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