pub struct Shaft(pub u32);Expand description
Wrapper for shaft
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for Shaft
impl StructuralPartialEq for Shaft
Auto Trait Implementations§
impl Freeze for Shaft
impl RefUnwindSafe for Shaft
impl Send for Shaft
impl Sync for Shaft
impl Unpin for Shaft
impl UnwindSafe for Shaft
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