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