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