pub enum DmxInterfaceType {
EnttecPro,
EnttecOpen,
Ftdi,
Virtual,
}Expand description
DMX interface type
Variants§
EnttecPro
ENTTEC DMX USB Pro
EnttecOpen
ENTTEC Open DMX USB
Ftdi
Generic FTDI-based
Virtual
Virtual (for testing)
Trait Implementations§
Source§impl Clone for DmxInterfaceType
impl Clone for DmxInterfaceType
Source§fn clone(&self) -> DmxInterfaceType
fn clone(&self) -> DmxInterfaceType
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 DmxInterfaceType
impl Debug for DmxInterfaceType
Source§impl Default for DmxInterfaceType
impl Default for DmxInterfaceType
Source§fn default() -> DmxInterfaceType
fn default() -> DmxInterfaceType
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmxInterfaceType
impl PartialEq for DmxInterfaceType
impl Copy for DmxInterfaceType
impl Eq for DmxInterfaceType
impl StructuralPartialEq for DmxInterfaceType
Auto Trait Implementations§
impl Freeze for DmxInterfaceType
impl RefUnwindSafe for DmxInterfaceType
impl Send for DmxInterfaceType
impl Sync for DmxInterfaceType
impl Unpin for DmxInterfaceType
impl UnsafeUnpin for DmxInterfaceType
impl UnwindSafe for DmxInterfaceType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.