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