pub enum ConnectionHardwareOutputStatusProperty {
OutputHardware,
}Variants§
OutputHardware
Trait Implementations§
Source§impl Clone for ConnectionHardwareOutputStatusProperty
impl Clone for ConnectionHardwareOutputStatusProperty
Source§fn clone(&self) -> ConnectionHardwareOutputStatusProperty
fn clone(&self) -> ConnectionHardwareOutputStatusProperty
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 PartialEq for ConnectionHardwareOutputStatusProperty
impl PartialEq for ConnectionHardwareOutputStatusProperty
Source§fn eq(&self, other: &ConnectionHardwareOutputStatusProperty) -> bool
fn eq(&self, other: &ConnectionHardwareOutputStatusProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConnectionHardwareOutputStatusProperty
impl Eq for ConnectionHardwareOutputStatusProperty
impl StructuralPartialEq for ConnectionHardwareOutputStatusProperty
Auto Trait Implementations§
impl Freeze for ConnectionHardwareOutputStatusProperty
impl RefUnwindSafe for ConnectionHardwareOutputStatusProperty
impl Send for ConnectionHardwareOutputStatusProperty
impl Sync for ConnectionHardwareOutputStatusProperty
impl Unpin for ConnectionHardwareOutputStatusProperty
impl UnwindSafe for ConnectionHardwareOutputStatusProperty
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