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