Struct Ifcr
#[repr(transparent)]pub struct Ifcr(pub u32);Expand description
Interrupt/Status Flags Clear Register
Tuple Fields§
§0: u32Implementations§
§impl Ifcr
impl Ifcr
pub const fn set_tifrec(&mut self, val: bool)
pub const fn set_tifrec(&mut self, val: bool)
TI frame format error flag clear
pub const fn set_tserfc(&mut self, val: bool)
pub const fn set_tserfc(&mut self, val: bool)
TSERFC flag clear
Trait Implementations§
impl Copy for Ifcr
impl Eq for Ifcr
impl StructuralPartialEq for Ifcr
Auto Trait Implementations§
impl Freeze for Ifcr
impl RefUnwindSafe for Ifcr
impl Send for Ifcr
impl Sync for Ifcr
impl Unpin for Ifcr
impl UnwindSafe for Ifcr
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