pub struct PitmBox(pub u16);
Tuple Fields§
§0: u16
Trait Implementations§
impl Copy for PitmBox
Auto Trait Implementations§
impl Freeze for PitmBox
impl RefUnwindSafe for PitmBox
impl Send for PitmBox
impl Sync for PitmBox
impl Unpin for PitmBox
impl UnwindSafe for PitmBox
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