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