Enum d1_pac::tve::tve_configuration0::UV_ORDER_A
source · pub enum UV_ORDER_A {
C_B = 0,
C_R = 1,
}
Expand description
This bit selects if the sample order at the chroma input to the Video Encoder is Cb first (i.e. Cb 0 Cr 0 Cb 1 Cr 1) or Cr first (i.e. Cr 0 Cb 0 Cr 1 Cb 1).
Value on reset: 0
Variants§
C_B = 0
0: The chroma sample input order is Cb first
C_R = 1
1: The chroma sample input order is Cr first
Trait Implementations§
source§impl Clone for UV_ORDER_A
impl Clone for UV_ORDER_A
source§fn clone(&self) -> UV_ORDER_A
fn clone(&self) -> UV_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 UV_ORDER_A
impl Debug for UV_ORDER_A
source§impl From<UV_ORDER_A> for bool
impl From<UV_ORDER_A> for bool
source§fn from(variant: UV_ORDER_A) -> Self
fn from(variant: UV_ORDER_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for UV_ORDER_A
impl PartialEq for UV_ORDER_A
impl Copy for UV_ORDER_A
impl Eq for UV_ORDER_A
impl StructuralPartialEq for UV_ORDER_A
Auto Trait Implementations§
impl Freeze for UV_ORDER_A
impl RefUnwindSafe for UV_ORDER_A
impl Send for UV_ORDER_A
impl Sync for UV_ORDER_A
impl Unpin for UV_ORDER_A
impl UnwindSafe for UV_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
)