pub struct Pts(pub u64);Expand description
Presentation Time Stamp (33-bit, 90 kHz units).
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
impl Copy for Pts
impl Eq for Pts
Source§impl Ord for Pts
impl Ord for Pts
1.21.0 (const: unstable) · 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 PartialOrd for Pts
impl PartialOrd for Pts
Source§impl Serialize for Pts
impl Serialize for Pts
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for Pts
Auto Trait Implementations§
impl Freeze for Pts
impl RefUnwindSafe for Pts
impl Send for Pts
impl Sync for Pts
impl Unpin for Pts
impl UnsafeUnpin for Pts
impl UnwindSafe for Pts
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