#[repr(transparent)]pub struct ClosedCaptionOpacity(pub i32);
Expand description
Required features: "Media_ClosedCaptioning"
Tuple Fields
0: i32
Implementations
impl ClosedCaptionOpacity
impl ClosedCaptionOpacity
pub const Default: Self = Self(0i32)
pub const OneHundredPercent: Self = Self(1i32)
pub const SeventyFivePercent: Self = Self(2i32)
pub const TwentyFivePercent: Self = Self(3i32)
pub const ZeroPercent: Self = Self(4i32)
Trait Implementations
impl Clone for ClosedCaptionOpacity
impl Clone for ClosedCaptionOpacity
impl Copy for ClosedCaptionOpacity
Auto Trait Implementations
impl RefUnwindSafe for ClosedCaptionOpacity
impl Send for ClosedCaptionOpacity
impl Sync for ClosedCaptionOpacity
impl Unpin for ClosedCaptionOpacity
impl UnwindSafe for ClosedCaptionOpacity
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