pub struct WebVTTTimestamp(f64);Expand description
Tuple Fields§
§0: f64Trait Implementations§
Source§impl Debug for WebVTTTimestamp
impl Debug for WebVTTTimestamp
Source§impl Default for WebVTTTimestamp
impl Default for WebVTTTimestamp
Source§fn default() -> WebVTTTimestamp
fn default() -> WebVTTTimestamp
Returns the “default value” for a type. Read more
Source§impl Display for WebVTTTimestamp
impl Display for WebVTTTimestamp
Source§impl PartialEq for WebVTTTimestamp
impl PartialEq for WebVTTTimestamp
Source§fn eq(&self, other: &WebVTTTimestamp) -> bool
fn eq(&self, other: &WebVTTTimestamp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WebVTTTimestamp
Auto Trait Implementations§
impl Freeze for WebVTTTimestamp
impl RefUnwindSafe for WebVTTTimestamp
impl Send for WebVTTTimestamp
impl Sync for WebVTTTimestamp
impl Unpin for WebVTTTimestamp
impl UnsafeUnpin for WebVTTTimestamp
impl UnwindSafe for WebVTTTimestamp
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