Struct windows::Win32::Media::DirectShow::AM_DVD_YUV
#[repr(C)]pub struct AM_DVD_YUV {
pub Reserved: u8,
pub Y: u8,
pub U: u8,
pub V: u8,
}
Fields§
§Reserved: u8
§Y: u8
§U: u8
§V: u8
Trait Implementations§
§impl Clone for AM_DVD_YUV
impl Clone for AM_DVD_YUV
§fn clone(&self) -> AM_DVD_YUV
fn clone(&self) -> AM_DVD_YUV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AM_DVD_YUV
impl Debug for AM_DVD_YUV
§impl PartialEq for AM_DVD_YUV
impl PartialEq for AM_DVD_YUV
§fn eq(&self, other: &AM_DVD_YUV) -> bool
fn eq(&self, other: &AM_DVD_YUV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AM_DVD_YUV
impl Eq for AM_DVD_YUV
impl StructuralPartialEq for AM_DVD_YUV
Auto Trait Implementations§
impl Freeze for AM_DVD_YUV
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)