Enum d1_pac::tve::tve_configuration::COLOR_BAR_MODE_A
source · pub enum COLOR_BAR_MODE_A {
D_ISPLAY_E_NGINEER = 0,
I_NTERNAL_GENERATOR = 1,
}
Expand description
Standard Color bar input selection
This bit selects whether the Video Encoder video data input is replaced by an internal standard color bar generator or not.
Value on reset: 0
Variants§
D_ISPLAY_E_NGINEER = 0
0: The Video Encoder input is coming from the Display Engineer
I_NTERNAL_GENERATOR = 1
1: The Video Encoder input is coming from an internal standard color bar generator.
Trait Implementations§
source§impl Clone for COLOR_BAR_MODE_A
impl Clone for COLOR_BAR_MODE_A
source§fn clone(&self) -> COLOR_BAR_MODE_A
fn clone(&self) -> COLOR_BAR_MODE_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 COLOR_BAR_MODE_A
impl Debug for COLOR_BAR_MODE_A
source§impl From<COLOR_BAR_MODE_A> for bool
impl From<COLOR_BAR_MODE_A> for bool
source§fn from(variant: COLOR_BAR_MODE_A) -> Self
fn from(variant: COLOR_BAR_MODE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for COLOR_BAR_MODE_A
impl PartialEq for COLOR_BAR_MODE_A
impl Copy for COLOR_BAR_MODE_A
impl Eq for COLOR_BAR_MODE_A
impl StructuralPartialEq for COLOR_BAR_MODE_A
Auto Trait Implementations§
impl Freeze for COLOR_BAR_MODE_A
impl RefUnwindSafe for COLOR_BAR_MODE_A
impl Send for COLOR_BAR_MODE_A
impl Sync for COLOR_BAR_MODE_A
impl Unpin for COLOR_BAR_MODE_A
impl UnwindSafe for COLOR_BAR_MODE_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
)