pub struct MAC0 { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MAC0
impl RefUnwindSafe for MAC0
impl Send for MAC0
impl Sync for MAC0
impl Unpin for MAC0
impl UnwindSafe for MAC0
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