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