pub enum FireWireLedState {
Off,
On,
BlinkFast,
BlinkSlow,
}
Expand description
The state of FireWire LED in TC Konnekt Protocol.
Variants§
Trait Implementations§
Source§impl AsMut<FireWireLedState> for DesktopPanel
impl AsMut<FireWireLedState> for DesktopPanel
Source§fn as_mut(&mut self) -> &mut FireWireLedState
fn as_mut(&mut self) -> &mut FireWireLedState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<FireWireLedState> for ItwinHwState
impl AsMut<FireWireLedState> for ItwinHwState
Source§fn as_mut(&mut self) -> &mut FireWireLedState
fn as_mut(&mut self) -> &mut FireWireLedState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<FireWireLedState> for K24dHwState
impl AsMut<FireWireLedState> for K24dHwState
Source§fn as_mut(&mut self) -> &mut FireWireLedState
fn as_mut(&mut self) -> &mut FireWireLedState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<FireWireLedState> for K8HwState
impl AsMut<FireWireLedState> for K8HwState
Source§fn as_mut(&mut self) -> &mut FireWireLedState
fn as_mut(&mut self) -> &mut FireWireLedState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<FireWireLedState> for KliveHwState
impl AsMut<FireWireLedState> for KliveHwState
Source§fn as_mut(&mut self) -> &mut FireWireLedState
fn as_mut(&mut self) -> &mut FireWireLedState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<FireWireLedState> for StudioHwState
impl AsMut<FireWireLedState> for StudioHwState
Source§fn as_mut(&mut self) -> &mut FireWireLedState
fn as_mut(&mut self) -> &mut FireWireLedState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<FireWireLedState> for DesktopPanel
impl AsRef<FireWireLedState> for DesktopPanel
Source§fn as_ref(&self) -> &FireWireLedState
fn as_ref(&self) -> &FireWireLedState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<FireWireLedState> for ItwinHwState
impl AsRef<FireWireLedState> for ItwinHwState
Source§fn as_ref(&self) -> &FireWireLedState
fn as_ref(&self) -> &FireWireLedState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<FireWireLedState> for K24dHwState
impl AsRef<FireWireLedState> for K24dHwState
Source§fn as_ref(&self) -> &FireWireLedState
fn as_ref(&self) -> &FireWireLedState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<FireWireLedState> for K8HwState
impl AsRef<FireWireLedState> for K8HwState
Source§fn as_ref(&self) -> &FireWireLedState
fn as_ref(&self) -> &FireWireLedState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<FireWireLedState> for KliveHwState
impl AsRef<FireWireLedState> for KliveHwState
Source§fn as_ref(&self) -> &FireWireLedState
fn as_ref(&self) -> &FireWireLedState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<FireWireLedState> for StudioHwState
impl AsRef<FireWireLedState> for StudioHwState
Source§fn as_ref(&self) -> &FireWireLedState
fn as_ref(&self) -> &FireWireLedState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for FireWireLedState
impl Clone for FireWireLedState
Source§fn clone(&self) -> FireWireLedState
fn clone(&self) -> FireWireLedState
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 FireWireLedState
impl Debug for FireWireLedState
Source§impl Default for FireWireLedState
impl Default for FireWireLedState
Source§impl PartialEq for FireWireLedState
impl PartialEq for FireWireLedState
impl Copy for FireWireLedState
impl Eq for FireWireLedState
impl StructuralPartialEq for FireWireLedState
Auto Trait Implementations§
impl Freeze for FireWireLedState
impl RefUnwindSafe for FireWireLedState
impl Send for FireWireLedState
impl Sync for FireWireLedState
impl Unpin for FireWireLedState
impl UnwindSafe for FireWireLedState
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