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