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