#[repr(transparent)]pub struct GhashInit(pub u32);Expand description
Configure the GHASH engine for a new GHASH operation.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for GhashInit
impl Eq for GhashInit
impl StructuralPartialEq for GhashInit
Auto Trait Implementations§
impl Freeze for GhashInit
impl RefUnwindSafe for GhashInit
impl Send for GhashInit
impl Sync for GhashInit
impl Unpin for GhashInit
impl UnwindSafe for GhashInit
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