pub struct Context<A: ShaAlgorithm> { /* private fields */ }
Available on crate feature
unstable
only.Expand description
Context for a SHA Accelerator driver instance
Implementations§
Trait Implementations§
Source§impl<A: Clone + ShaAlgorithm> Clone for Context<A>
impl<A: Clone + ShaAlgorithm> Clone for Context<A>
Source§impl<A: Debug + ShaAlgorithm> Debug for Context<A>
impl<A: Debug + ShaAlgorithm> Debug for Context<A>
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, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)