#[repr(u32)]pub enum VideoFormatSyncPolarity {
Negative = 0,
Positive = 1,
}Expand description
CTA video format sync pulse polarity.
Variants§
Trait Implementations§
Source§impl Clone for VideoFormatSyncPolarity
impl Clone for VideoFormatSyncPolarity
Source§fn clone(&self) -> VideoFormatSyncPolarity
fn clone(&self) -> VideoFormatSyncPolarity
Returns a duplicate 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 VideoFormatSyncPolarity
impl Debug for VideoFormatSyncPolarity
Source§impl From<u32> for VideoFormatSyncPolarity
impl From<u32> for VideoFormatSyncPolarity
Source§fn from(value: di_cta_video_format_sync_polarity) -> VideoFormatSyncPolarity
fn from(value: di_cta_video_format_sync_polarity) -> VideoFormatSyncPolarity
Converts to this type from the input type.
Source§impl PartialEq for VideoFormatSyncPolarity
impl PartialEq for VideoFormatSyncPolarity
impl Copy for VideoFormatSyncPolarity
impl Eq for VideoFormatSyncPolarity
impl StructuralPartialEq for VideoFormatSyncPolarity
Auto Trait Implementations§
impl Freeze for VideoFormatSyncPolarity
impl RefUnwindSafe for VideoFormatSyncPolarity
impl Send for VideoFormatSyncPolarity
impl Sync for VideoFormatSyncPolarity
impl Unpin for VideoFormatSyncPolarity
impl UnwindSafe for VideoFormatSyncPolarity
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