Struct AVSHA512
#[repr(C)]pub struct AVSHA512 { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVSHA512
impl RefUnwindSafe for AVSHA512
impl Send for AVSHA512
impl Sync for AVSHA512
impl Unpin for AVSHA512
impl UnwindSafe for AVSHA512
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