#[repr(u32)]pub enum VideoInputAnalogSignalLevelStandard {
Level0 = 0,
Level1 = 1,
Level2 = 2,
Level3 = 3,
}Expand description
EDID analog signal level standard.
Variants§
Trait Implementations§
Source§impl Clone for VideoInputAnalogSignalLevelStandard
impl Clone for VideoInputAnalogSignalLevelStandard
Source§fn clone(&self) -> VideoInputAnalogSignalLevelStandard
fn clone(&self) -> VideoInputAnalogSignalLevelStandard
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 From<u32> for VideoInputAnalogSignalLevelStandard
impl From<u32> for VideoInputAnalogSignalLevelStandard
Source§fn from(
value: di_edid_video_input_analog_signal_level_std,
) -> VideoInputAnalogSignalLevelStandard
fn from( value: di_edid_video_input_analog_signal_level_std, ) -> VideoInputAnalogSignalLevelStandard
Converts to this type from the input type.
Source§impl PartialEq for VideoInputAnalogSignalLevelStandard
impl PartialEq for VideoInputAnalogSignalLevelStandard
Source§fn eq(&self, other: &VideoInputAnalogSignalLevelStandard) -> bool
fn eq(&self, other: &VideoInputAnalogSignalLevelStandard) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoInputAnalogSignalLevelStandard
impl Eq for VideoInputAnalogSignalLevelStandard
impl StructuralPartialEq for VideoInputAnalogSignalLevelStandard
Auto Trait Implementations§
impl Freeze for VideoInputAnalogSignalLevelStandard
impl RefUnwindSafe for VideoInputAnalogSignalLevelStandard
impl Send for VideoInputAnalogSignalLevelStandard
impl Sync for VideoInputAnalogSignalLevelStandard
impl Unpin for VideoInputAnalogSignalLevelStandard
impl UnwindSafe for VideoInputAnalogSignalLevelStandard
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