Struct firewire_dice_protocols::focusrite::liquids56::LedState
source · pub struct LedState {
pub adat1: bool,
pub adat2: bool,
pub spdif: bool,
pub midi_in: bool,
}Expand description
Target of meter display.
Fields§
§adat1: boolFor ADAT 1 LED.
adat2: boolFor ADAT 2 LED.
spdif: boolFor SPDIF LED.
midi_in: boolFor MIDI In LED.
Trait Implementations§
source§impl PartialEq for LedState
impl PartialEq for LedState
impl Copy for LedState
impl Eq for LedState
impl StructuralEq for LedState
impl StructuralPartialEq for LedState
Auto Trait Implementations§
impl RefUnwindSafe for LedState
impl Send for LedState
impl Sync for LedState
impl Unpin for LedState
impl UnwindSafe for LedState
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