pub struct Context<A: ShaAlgorithm> { /* private fields */ }Expand description
Context for a SHA Accelerator driver instance
Implementations§
Trait Implementations§
Source§impl<A: Clone + ShaAlgorithm> Clone for Context<A>
Available on crate feature unstable only. 
impl<A: Clone + ShaAlgorithm> Clone for Context<A>
Available on crate feature 
unstable only.Source§impl<A: Debug + ShaAlgorithm> Debug for Context<A>
Available on crate feature unstable only. 
impl<A: Debug + ShaAlgorithm> Debug for Context<A>
Available on crate feature 
unstable only.Auto Trait Implementations§
impl<A> Freeze for Context<A>
impl<A> RefUnwindSafe for Context<A>where
    A: RefUnwindSafe,
impl<A> Send for Context<A>where
    A: Send,
impl<A> Sync for Context<A>where
    A: Sync,
impl<A> Unpin for Context<A>where
    A: Unpin,
impl<A> UnwindSafe for Context<A>where
    A: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
 
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)