pub enum YUV420_LINE_ORDER_A {
Y_YC_Y_YC = 0,
YC_Y_YC_Y = 1,
}
Expand description
Value on reset: 0
Variants§
Y_YC_Y_YC = 0
0: YUV420 input in Y_YC_Y_YC line order
YC_Y_YC_Y = 1
1: YUV420 input in YC_Y_YC_Y line order
Trait Implementations§
source§impl Clone for YUV420_LINE_ORDER_A
impl Clone for YUV420_LINE_ORDER_A
source§fn clone(&self) -> YUV420_LINE_ORDER_A
fn clone(&self) -> YUV420_LINE_ORDER_A
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 moresource§impl Debug for YUV420_LINE_ORDER_A
impl Debug for YUV420_LINE_ORDER_A
source§impl From<YUV420_LINE_ORDER_A> for bool
impl From<YUV420_LINE_ORDER_A> for bool
source§fn from(variant: YUV420_LINE_ORDER_A) -> Self
fn from(variant: YUV420_LINE_ORDER_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for YUV420_LINE_ORDER_A
impl PartialEq for YUV420_LINE_ORDER_A
impl Copy for YUV420_LINE_ORDER_A
impl Eq for YUV420_LINE_ORDER_A
impl StructuralPartialEq for YUV420_LINE_ORDER_A
Auto Trait Implementations§
impl Freeze for YUV420_LINE_ORDER_A
impl RefUnwindSafe for YUV420_LINE_ORDER_A
impl Send for YUV420_LINE_ORDER_A
impl Sync for YUV420_LINE_ORDER_A
impl Unpin for YUV420_LINE_ORDER_A
impl UnwindSafe for YUV420_LINE_ORDER_A
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
)