Struct MFAYUVSample
#[repr(C)]pub struct MFAYUVSample {
pub bCrValue: u8,
pub bCbValue: u8,
pub bYValue: u8,
pub bSampleAlpha8: u8,
}
Fields§
§bCrValue: u8
§bCbValue: u8
§bYValue: u8
§bSampleAlpha8: u8
Trait Implementations§
§impl Clone for MFAYUVSample
impl Clone for MFAYUVSample
§fn clone(&self) -> MFAYUVSample
fn clone(&self) -> MFAYUVSample
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 MFAYUVSample
impl Debug for MFAYUVSample
§impl Default for MFAYUVSample
impl Default for MFAYUVSample
§impl PartialEq for MFAYUVSample
impl PartialEq for MFAYUVSample
impl Copy for MFAYUVSample
impl StructuralPartialEq for MFAYUVSample
Auto Trait Implementations§
impl Freeze for MFAYUVSample
impl RefUnwindSafe for MFAYUVSample
impl Send for MFAYUVSample
impl Sync for MFAYUVSample
impl Unpin for MFAYUVSample
impl UnwindSafe for MFAYUVSample
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