#[repr(transparent)]pub struct Imr(pub u16);Expand description
Input Monitor Register
Tuple Fields§
§0: u16Implementations§
Source§impl Imr
impl Imr
Sourcepub const fn home_enable(&self) -> bool
pub const fn home_enable(&self) -> bool
HOME_ENABLE
Sourcepub const fn set_home_enable(&mut self, val: bool)
pub const fn set_home_enable(&mut self, val: bool)
HOME_ENABLE
Sourcepub const fn index_preset(&self) -> bool
pub const fn index_preset(&self) -> bool
INDEX_PRESET
Sourcepub const fn set_index_preset(&mut self, val: bool)
pub const fn set_index_preset(&mut self, val: bool)
INDEX_PRESET
Sourcepub const fn set_fhom_ena(&mut self, val: bool)
pub const fn set_fhom_ena(&mut self, val: bool)
filter operation on HOME/ENABLE input
Sourcepub const fn set_find_pre(&mut self, val: bool)
pub const fn set_find_pre(&mut self, val: bool)
filter operation on INDEX/PRESET input
Trait Implementations§
impl Copy for Imr
impl Eq for Imr
impl StructuralPartialEq for Imr
Auto Trait Implementations§
impl Freeze for Imr
impl RefUnwindSafe for Imr
impl Send for Imr
impl Sync for Imr
impl Unpin for Imr
impl UnwindSafe for Imr
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