pub struct Context<A: ShaAlgorithm> { /* private fields */ }Expand description
Context for a SHA Accelerator driver instance
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for Context<A>where
PhantomData<A>: Freeze,
impl<A> RefUnwindSafe for Context<A>where
PhantomData<A>: RefUnwindSafe,
impl<A> Send for Context<A>where
PhantomData<A>: Send,
impl<A> Sync for Context<A>where
PhantomData<A>: Sync,
impl<A> Unpin for Context<A>where
PhantomData<A>: Unpin,
impl<A> UnsafeUnpin for Context<A>where
PhantomData<A>: UnsafeUnpin,
impl<A> UnwindSafe for Context<A>where
PhantomData<A>: UnwindSafe,
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