pub enum HDMICableState {
Connected,
Unconnected,
Unknown,
}Expand description
The possible states of the Input HDMI port
Variants§
Trait Implementations§
Source§impl Clone for HDMICableState
impl Clone for HDMICableState
Source§fn clone(&self) -> HDMICableState
fn clone(&self) -> HDMICableState
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 HDMICableState
impl Debug for HDMICableState
Source§impl Display for HDMICableState
impl Display for HDMICableState
Source§impl PartialEq for HDMICableState
impl PartialEq for HDMICableState
impl Copy for HDMICableState
impl Eq for HDMICableState
impl StructuralPartialEq for HDMICableState
Auto Trait Implementations§
impl Freeze for HDMICableState
impl RefUnwindSafe for HDMICableState
impl Send for HDMICableState
impl Sync for HDMICableState
impl Unpin for HDMICableState
impl UnwindSafe for HDMICableState
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