pub struct MacTag {
pub tag: [u8; 32],
}Fields§
§tag: [u8; 32]Trait Implementations§
impl StructuralPartialEq for MacTag
Auto Trait Implementations§
impl Freeze for MacTag
impl RefUnwindSafe for MacTag
impl Send for MacTag
impl Sync for MacTag
impl Unpin for MacTag
impl UnsafeUnpin for MacTag
impl UnwindSafe for MacTag
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