#[repr(transparent)]pub struct Modestat(pub u16);Expand description
Mode Status
Tuple Fields§
§0: u16Implementations§
Source§impl Modestat
impl Modestat
Sourcepub const fn stat(&self) -> ModestatStat
pub const fn stat(&self) -> ModestatStat
Status power-mode sequencer
Sourcepub const fn set_stat(&mut self, val: ModestatStat)
pub const fn set_stat(&mut self, val: ModestatStat)
Status power-mode sequencer
Sourcepub const fn set_silentto(&mut self, val: Silentto)
pub const fn set_silentto(&mut self, val: Silentto)
Silent Time-out condition
Trait Implementations§
impl Copy for Modestat
impl Eq for Modestat
impl StructuralPartialEq for Modestat
Auto Trait Implementations§
impl Freeze for Modestat
impl RefUnwindSafe for Modestat
impl Send for Modestat
impl Sync for Modestat
impl Unpin for Modestat
impl UnwindSafe for Modestat
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