Struct 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: u8Trait 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
impl Copy 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