#[repr(transparent)]pub struct Mibc(pub u32);Expand description
MIB Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Mibc
impl Mibc
Sourcepub const fn set_mib_clear(&mut self, val: MibClear)
pub const fn set_mib_clear(&mut self, val: MibClear)
MIB Clear
Sourcepub const fn set_mib_idle(&mut self, val: MibIdle)
pub const fn set_mib_idle(&mut self, val: MibIdle)
MIB Idle
Sourcepub const fn set_mib_dis(&mut self, val: MibDis)
pub const fn set_mib_dis(&mut self, val: MibDis)
Disable MIB Logic
Trait Implementations§
impl Copy for Mibc
impl Eq for Mibc
impl StructuralPartialEq for Mibc
Auto Trait Implementations§
impl Freeze for Mibc
impl RefUnwindSafe for Mibc
impl Send for Mibc
impl Sync for Mibc
impl Unpin for Mibc
impl UnwindSafe for Mibc
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