pub struct WebVttCueSize(pub f64);Expand description
https://w3c.github.io/webvtt/#webvtt-cue-size This is a struct, since the default value is 100
Tuple Fields§
§0: f64Trait Implementations§
Source§impl Debug for WebVttCueSize
impl Debug for WebVttCueSize
Source§impl Default for WebVttCueSize
impl Default for WebVttCueSize
Source§impl PartialEq for WebVttCueSize
impl PartialEq for WebVttCueSize
impl StructuralPartialEq for WebVttCueSize
Auto Trait Implementations§
impl Freeze for WebVttCueSize
impl RefUnwindSafe for WebVttCueSize
impl Send for WebVttCueSize
impl Sync for WebVttCueSize
impl Unpin for WebVttCueSize
impl UnsafeUnpin for WebVttCueSize
impl UnwindSafe for WebVttCueSize
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