pub struct TickId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
source§impl AddAssign<u32> for TickId
impl AddAssign<u32> for TickId
source§fn add_assign(&mut self, other: u32)
fn add_assign(&mut self, other: u32)
Performs the
+= operation. Read moresource§impl PartialEq for TickId
impl PartialEq for TickId
source§impl PartialOrd for TickId
impl PartialOrd for TickId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl SubAssign<u32> for TickId
impl SubAssign<u32> for TickId
source§fn sub_assign(&mut self, other: u32)
fn sub_assign(&mut self, other: u32)
Performs the
-= operation. Read moreimpl Copy for TickId
impl StructuralPartialEq for TickId
Auto Trait Implementations§
impl RefUnwindSafe for TickId
impl Send for TickId
impl Sync for TickId
impl Unpin for TickId
impl UnwindSafe for TickId
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