pub struct NextFrame(pub u64);
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
impl Copy for NextFrame
impl Eq for NextFrame
impl StructuralPartialEq for NextFrame
Auto Trait Implementations§
impl Freeze for NextFrame
impl RefUnwindSafe for NextFrame
impl Send for NextFrame
impl Sync for NextFrame
impl Unpin for NextFrame
impl UnwindSafe for NextFrame
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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