pub struct SEC { /* private fields */ }Expand description
Secure Engine
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SEC
impl RefUnwindSafe for SEC
impl !Sync for SEC
impl Unpin for SEC
impl UnwindSafe for SEC
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