#[repr(transparent)]pub struct Bmod(pub u32);Expand description
Bus Mode register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Bmod
impl Eq for Bmod
impl StructuralPartialEq for Bmod
Auto Trait Implementations§
impl Freeze for Bmod
impl RefUnwindSafe for Bmod
impl Send for Bmod
impl Sync for Bmod
impl Unpin for Bmod
impl UnwindSafe for Bmod
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