pub struct K8HwState {
pub hw_state: ShellHwState,
pub aux_input_enabled: bool,
}Expand description
General state of hardware.
Fields§
§hw_state: ShellHwStateCommon state of hardware.
aux_input_enabled: boolWhether to enable aux input or not.
Trait Implementations§
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<ShellHwState> for K8HwState
impl AsMut<ShellHwState> for K8HwState
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 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<ShellHwState> for K8HwState
impl AsRef<ShellHwState> for K8HwState
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 TcKonnektMutableSegmentOperation<K8HwState> for K8Protocol
impl TcKonnektMutableSegmentOperation<K8HwState> for K8Protocol
Source§impl TcKonnektNotifiedSegmentOperation<K8HwState> for K8Protocol
impl TcKonnektNotifiedSegmentOperation<K8HwState> for K8Protocol
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<K8HwState> for K8Protocol
impl TcKonnektSegmentSerdes<K8HwState> for K8Protocol
impl Copy for K8HwState
impl Eq for K8HwState
impl StructuralPartialEq for K8HwState
Auto Trait Implementations§
impl Freeze for K8HwState
impl RefUnwindSafe for K8HwState
impl Send for K8HwState
impl Sync for K8HwState
impl Unpin for K8HwState
impl UnwindSafe for K8HwState
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