#[repr(u32)]pub enum VideoInputDigitalInterface {
Undefined = 0,
DVI = 1,
HDMIA = 2,
HDMIB = 3,
MDDI = 4,
DisplayPort = 5,
}Expand description
Digital video input interface standard.
Variants§
Trait Implementations§
Source§impl Clone for VideoInputDigitalInterface
impl Clone for VideoInputDigitalInterface
Source§fn clone(&self) -> VideoInputDigitalInterface
fn clone(&self) -> VideoInputDigitalInterface
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 VideoInputDigitalInterface
impl Debug for VideoInputDigitalInterface
Source§impl From<u32> for VideoInputDigitalInterface
impl From<u32> for VideoInputDigitalInterface
Source§fn from(
value: di_edid_video_input_digital_interface,
) -> VideoInputDigitalInterface
fn from( value: di_edid_video_input_digital_interface, ) -> VideoInputDigitalInterface
Converts to this type from the input type.
impl Copy for VideoInputDigitalInterface
impl Eq for VideoInputDigitalInterface
impl StructuralPartialEq for VideoInputDigitalInterface
Auto Trait Implementations§
impl Freeze for VideoInputDigitalInterface
impl RefUnwindSafe for VideoInputDigitalInterface
impl Send for VideoInputDigitalInterface
impl Sync for VideoInputDigitalInterface
impl Unpin for VideoInputDigitalInterface
impl UnwindSafe for VideoInputDigitalInterface
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