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