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