pub struct VideoInputAnalog {
pub signal_level_std: VideoInputAnalogSignalLevelStandard,
pub video_setup: VideoInputAnalogVideoSetup,
pub sync_separate: bool,
pub sync_composite: bool,
pub sync_on_green: bool,
pub sync_serrations: bool,
}Expand description
EDID analog video input basic information, defined in section 3.6.1.
Fields§
§signal_level_std: VideoInputAnalogSignalLevelStandard§video_setup: VideoInputAnalogVideoSetup§sync_separate: bool§sync_composite: bool§sync_on_green: bool§sync_serrations: boolTrait Implementations§
Source§impl Clone for VideoInputAnalog
impl Clone for VideoInputAnalog
Source§fn clone(&self) -> VideoInputAnalog
fn clone(&self) -> VideoInputAnalog
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 VideoInputAnalog
impl Debug for VideoInputAnalog
Source§impl From<di_edid_video_input_analog> for VideoInputAnalog
impl From<di_edid_video_input_analog> for VideoInputAnalog
Source§fn from(value: di_edid_video_input_analog) -> VideoInputAnalog
fn from(value: di_edid_video_input_analog) -> VideoInputAnalog
Converts to this type from the input type.
impl Copy for VideoInputAnalog
Auto Trait Implementations§
impl Freeze for VideoInputAnalog
impl RefUnwindSafe for VideoInputAnalog
impl Send for VideoInputAnalog
impl Sync for VideoInputAnalog
impl Unpin for VideoInputAnalog
impl UnwindSafe for VideoInputAnalog
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