#[repr(u32)]pub enum VideoCapOverUnderscan {
UnknownOverUnderscan = 0,
AlwaysOverscan = 1,
AlwaysUnderscan = 2,
BothOverUnderscan = 3,
}Expand description
Over- and underscan capability.
Variants§
Trait Implementations§
Source§impl Clone for VideoCapOverUnderscan
impl Clone for VideoCapOverUnderscan
Source§fn clone(&self) -> VideoCapOverUnderscan
fn clone(&self) -> VideoCapOverUnderscan
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 VideoCapOverUnderscan
impl Debug for VideoCapOverUnderscan
Source§impl From<u32> for VideoCapOverUnderscan
impl From<u32> for VideoCapOverUnderscan
Source§fn from(value: di_cta_video_cap_over_underscan) -> VideoCapOverUnderscan
fn from(value: di_cta_video_cap_over_underscan) -> VideoCapOverUnderscan
Converts to this type from the input type.
Source§impl PartialEq for VideoCapOverUnderscan
impl PartialEq for VideoCapOverUnderscan
impl Copy for VideoCapOverUnderscan
impl Eq for VideoCapOverUnderscan
impl StructuralPartialEq for VideoCapOverUnderscan
Auto Trait Implementations§
impl Freeze for VideoCapOverUnderscan
impl RefUnwindSafe for VideoCapOverUnderscan
impl Send for VideoCapOverUnderscan
impl Sync for VideoCapOverUnderscan
impl Unpin for VideoCapOverUnderscan
impl UnwindSafe for VideoCapOverUnderscan
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