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