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>
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§
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