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