pub struct NullSystick;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullSystick
impl RefUnwindSafe for NullSystick
impl Send for NullSystick
impl Sync for NullSystick
impl Unpin for NullSystick
impl UnwindSafe for NullSystick
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