Struct windows_sys::Win32::Media::DirectShow::AM_DVD_YUV
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
Reserved: u8
Y: u8
U: u8
V: u8
Trait Implementations
impl Clone for AM_DVD_YUV
impl Clone for AM_DVD_YUV
impl Copy for AM_DVD_YUV
Auto Trait Implementations
impl RefUnwindSafe for AM_DVD_YUV
impl Send for AM_DVD_YUV
impl Sync for AM_DVD_YUV
impl Unpin for AM_DVD_YUV
impl UnwindSafe for AM_DVD_YUV
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