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