pub struct AdvanceTime {
pub ticks: u64,
}
Fields§
§ticks: u64
Trait Implementations§
Source§impl Clone for AdvanceTime
impl Clone for AdvanceTime
Source§fn clone(&self) -> AdvanceTime
fn clone(&self) -> AdvanceTime
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Codec for AdvanceTime
impl Codec for AdvanceTime
Source§impl Debug for AdvanceTime
impl Debug for AdvanceTime
Source§impl Display for AdvanceTime
impl Display for AdvanceTime
Source§impl Hash for AdvanceTime
impl Hash for AdvanceTime
Source§impl Ord for AdvanceTime
impl Ord for AdvanceTime
Source§fn cmp(&self, other: &AdvanceTime) -> Ordering
fn cmp(&self, other: &AdvanceTime) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AdvanceTime
impl PartialEq for AdvanceTime
Source§impl PartialOrd for AdvanceTime
impl PartialOrd for AdvanceTime
impl Copy for AdvanceTime
impl Eq for AdvanceTime
impl StructuralPartialEq for AdvanceTime
Auto Trait Implementations§
impl Freeze for AdvanceTime
impl RefUnwindSafe for AdvanceTime
impl Send for AdvanceTime
impl Sync for AdvanceTime
impl Unpin for AdvanceTime
impl UnwindSafe for AdvanceTime
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