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