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