#[repr(transparent)]pub struct Ctrl3(pub u16);Expand description
Control 3
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Ctrl3
impl Eq for Ctrl3
impl StructuralPartialEq for Ctrl3
Auto Trait Implementations§
impl Freeze for Ctrl3
impl RefUnwindSafe for Ctrl3
impl Send for Ctrl3
impl Sync for Ctrl3
impl Unpin for Ctrl3
impl UnwindSafe for Ctrl3
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