Struct ClosedCaptionSize
#[repr(transparent)]pub struct ClosedCaptionSize(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ClosedCaptionSize
impl ClosedCaptionSize
pub const Default: Self = _
pub const FiftyPercent: Self = _
pub const OneHundredPercent: Self = _
pub const OneHundredFiftyPercent: Self = _
pub const TwoHundredPercent: Self = _
Trait Implementations§
§impl Clone for ClosedCaptionSize
impl Clone for ClosedCaptionSize
§fn clone(&self) -> ClosedCaptionSize
fn clone(&self) -> ClosedCaptionSize
Returns a copy 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 ClosedCaptionSize
impl Debug for ClosedCaptionSize
§impl Default for ClosedCaptionSize
impl Default for ClosedCaptionSize
§fn default() -> ClosedCaptionSize
fn default() -> ClosedCaptionSize
Returns the “default value” for a type. Read more
§impl PartialEq for ClosedCaptionSize
impl PartialEq for ClosedCaptionSize
impl Copy for ClosedCaptionSize
impl Eq for ClosedCaptionSize
impl StructuralPartialEq for ClosedCaptionSize
Auto Trait Implementations§
impl Freeze for ClosedCaptionSize
impl RefUnwindSafe for ClosedCaptionSize
impl Send for ClosedCaptionSize
impl Sync for ClosedCaptionSize
impl Unpin for ClosedCaptionSize
impl UnwindSafe for ClosedCaptionSize
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