pub struct Cryptocell { /* private fields */ }
Expand description
CRYPTOCELL register interface
Implementations§
Trait Implementations§
Source§impl Clone for Cryptocell
impl Clone for Cryptocell
Source§fn clone(&self) -> Cryptocell
fn clone(&self) -> Cryptocell
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for Cryptocell
impl PartialEq for Cryptocell
impl Copy for Cryptocell
impl Eq for Cryptocell
impl Send for Cryptocell
impl StructuralPartialEq for Cryptocell
impl Sync for Cryptocell
Auto Trait Implementations§
impl Freeze for Cryptocell
impl RefUnwindSafe for Cryptocell
impl Unpin for Cryptocell
impl UnwindSafe for Cryptocell
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