#[repr(transparent)]pub struct ClosedCaptionColor(pub i32);
Expand description
Required features: "Media_ClosedCaptioning"
Tuple Fields
0: i32
Implementations
impl ClosedCaptionColor
impl ClosedCaptionColor
pub const Default: Self = Self(0i32)
pub const White: Self = Self(1i32)
pub const Black: Self = Self(2i32)
pub const Red: Self = Self(3i32)
pub const Green: Self = Self(4i32)
pub const Blue: Self = Self(5i32)
pub const Yellow: Self = Self(6i32)
pub const Magenta: Self = Self(7i32)
pub const Cyan: Self = Self(8i32)
Trait Implementations
impl Clone for ClosedCaptionColor
impl Clone for ClosedCaptionColor
impl Copy for ClosedCaptionColor
Auto Trait Implementations
impl RefUnwindSafe for ClosedCaptionColor
impl Send for ClosedCaptionColor
impl Sync for ClosedCaptionColor
impl Unpin for ClosedCaptionColor
impl UnwindSafe for ClosedCaptionColor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more