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