pub struct WAS_RESIZED;Trait Implementations§
Source§impl Clone for WAS_RESIZED
impl Clone for WAS_RESIZED
Source§fn clone(&self) -> WAS_RESIZED
fn clone(&self) -> WAS_RESIZED
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlCommand for WAS_RESIZED
impl ControlCommand for WAS_RESIZED
const IDENTIFIER: ControlCommandIdentifier
type Input = ()
type Output = bool
fn cast_input(input: &AnyByLayout) -> Result<&Self::Input, Error>
fn cast_output(output: &mut AnyByLayout) -> Result<&mut Self::Output, Error>
fn cast<'i, 'o>( input: &'i AnyByLayout, output: &'o mut AnyByLayout, ) -> Result<(&'i Self::Input, &'o mut Self::Output), Error>
Source§impl Debug for WAS_RESIZED
impl Debug for WAS_RESIZED
impl Copy for WAS_RESIZED
Auto Trait Implementations§
impl Freeze for WAS_RESIZED
impl RefUnwindSafe for WAS_RESIZED
impl Send for WAS_RESIZED
impl Sync for WAS_RESIZED
impl Unpin for WAS_RESIZED
impl UnwindSafe for WAS_RESIZED
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more