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