pub struct Track(pub u32);
Expand description
A track, or measure, where the object is in.
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Ord for Track
impl Ord for Track
source§impl PartialEq for Track
impl PartialEq for Track
source§impl PartialOrd for Track
impl PartialOrd for Track
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 moreimpl Copy for Track
impl Eq for Track
impl StructuralEq for Track
impl StructuralPartialEq for Track
Auto Trait Implementations§
impl RefUnwindSafe for Track
impl Send for Track
impl Sync for Track
impl Unpin for Track
impl UnwindSafe for Track
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