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