pub struct Cryptocell { /* private fields */ }
Expand description
ARM TrustZone 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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)