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