Struct ClosedCaptionStyle
#[repr(transparent)]pub struct ClosedCaptionStyle(pub i32);Tuple Fields§
§0: i32Implementations§
§impl ClosedCaptionStyle
impl ClosedCaptionStyle
pub const Default: Self
pub const MonospacedWithSerifs: Self
pub const ProportionalWithSerifs: Self
pub const MonospacedWithoutSerifs: Self
pub const ProportionalWithoutSerifs: Self
pub const Casual: Self
pub const Cursive: Self
pub const SmallCapitals: Self
Trait Implementations§
§impl Clone for ClosedCaptionStyle
impl Clone for ClosedCaptionStyle
§fn clone(&self) -> ClosedCaptionStyle
fn clone(&self) -> ClosedCaptionStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ClosedCaptionStyle
impl Debug for ClosedCaptionStyle
§impl Default for ClosedCaptionStyle
impl Default for ClosedCaptionStyle
§fn default() -> ClosedCaptionStyle
fn default() -> ClosedCaptionStyle
Returns the “default value” for a type. Read more
§impl PartialEq for ClosedCaptionStyle
impl PartialEq for ClosedCaptionStyle
impl Copy for ClosedCaptionStyle
impl Eq for ClosedCaptionStyle
impl StructuralPartialEq for ClosedCaptionStyle
Auto Trait Implementations§
impl Freeze for ClosedCaptionStyle
impl RefUnwindSafe for ClosedCaptionStyle
impl Send for ClosedCaptionStyle
impl Sync for ClosedCaptionStyle
impl Unpin for ClosedCaptionStyle
impl UnwindSafe for ClosedCaptionStyle
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