Struct windows_sys::Win32::Media::DirectShow::DVD_SubpictureAttributes
[−]#[repr(C)]pub struct DVD_SubpictureAttributes {
pub Type: DVD_SUBPICTURE_TYPE,
pub CodingMode: DVD_SUBPICTURE_CODING,
pub Language: u32,
pub LanguageExtension: DVD_SUBPICTURE_LANG_EXT,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
Type: DVD_SUBPICTURE_TYPE
CodingMode: DVD_SUBPICTURE_CODING
Language: u32
LanguageExtension: DVD_SUBPICTURE_LANG_EXT
Trait Implementations
impl Clone for DVD_SubpictureAttributes
impl Clone for DVD_SubpictureAttributes
impl Copy for DVD_SubpictureAttributes
Auto Trait Implementations
impl RefUnwindSafe for DVD_SubpictureAttributes
impl Send for DVD_SubpictureAttributes
impl Sync for DVD_SubpictureAttributes
impl Unpin for DVD_SubpictureAttributes
impl UnwindSafe for DVD_SubpictureAttributes
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