Struct windows_sys::Media::ClosedCaptioning::ClosedCaptionSize
[−]#[repr(transparent)]pub struct ClosedCaptionSize(pub i32);
Expand description
Required features: "Media_ClosedCaptioning"
Tuple Fields
0: i32
Implementations
impl ClosedCaptionSize
impl ClosedCaptionSize
pub const Default: Self = Self(0i32)
pub const FiftyPercent: Self = Self(1i32)
pub const OneHundredPercent: Self = Self(2i32)
pub const OneHundredFiftyPercent: Self = Self(3i32)
pub const TwoHundredPercent: Self = Self(4i32)
Trait Implementations
impl Clone for ClosedCaptionSize
impl Clone for ClosedCaptionSize
impl Copy for ClosedCaptionSize
Auto Trait Implementations
impl RefUnwindSafe for ClosedCaptionSize
impl Send for ClosedCaptionSize
impl Sync for ClosedCaptionSize
impl Unpin for ClosedCaptionSize
impl UnwindSafe for ClosedCaptionSize
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