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