Struct firewire_dice_protocols::tcelectronic::shell::k24d::K24dHwState
source · pub struct K24dHwState(pub ShellHwState);Expand description
Hardware state.
Tuple Fields§
§0: ShellHwStateTrait Implementations§
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<ShellHwState> for K24dHwState
impl AsMut<ShellHwState> for K24dHwState
source§fn as_mut(&mut self) -> &mut ShellHwState
fn as_mut(&mut self) -> &mut ShellHwState
Converts this type into a mutable 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<ShellHwState> for K24dHwState
impl AsRef<ShellHwState> for K24dHwState
source§fn as_ref(&self) -> &ShellHwState
fn as_ref(&self) -> &ShellHwState
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for K24dHwState
impl Clone for K24dHwState
source§fn clone(&self) -> K24dHwState
fn clone(&self) -> K24dHwState
Returns a copy 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 K24dHwState
impl Debug for K24dHwState
source§impl Default for K24dHwState
impl Default for K24dHwState
source§fn default() -> K24dHwState
fn default() -> K24dHwState
Returns the “default value” for a type. Read more
source§impl PartialEq for K24dHwState
impl PartialEq for K24dHwState
source§fn eq(&self, other: &K24dHwState) -> bool
fn eq(&self, other: &K24dHwState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TcKonnektMutableSegmentOperation<K24dHwState> for K24dProtocol
impl TcKonnektMutableSegmentOperation<K24dHwState> for K24dProtocol
source§impl TcKonnektNotifiedSegmentOperation<K24dHwState> for K24dProtocol
impl TcKonnektNotifiedSegmentOperation<K24dHwState> for K24dProtocol
const NOTIFY_FLAG: u32 = 16_777_216u32
source§fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
Check message to be notified or not.
source§impl TcKonnektSegmentSerdes<K24dHwState> for K24dProtocol
impl TcKonnektSegmentSerdes<K24dHwState> for K24dProtocol
impl Copy for K24dHwState
impl Eq for K24dHwState
impl StructuralEq for K24dHwState
impl StructuralPartialEq for K24dHwState
Auto Trait Implementations§
impl RefUnwindSafe for K24dHwState
impl Send for K24dHwState
impl Sync for K24dHwState
impl Unpin for K24dHwState
impl UnwindSafe for K24dHwState
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