Struct firewire_dice_protocols::tcelectronic::studio::OutPair
source · pub struct OutPair {
pub dim_enabled: bool,
pub vol: i32,
pub dim_vol: i32,
}Expand description
State of output pair.
Fields§
§dim_enabled: boolWhether to enable dim or not.
vol: i32Volume of the pair.
dim_vol: i32Dimmed volume of the pair.
Trait Implementations§
source§impl PartialEq for OutPair
impl PartialEq for OutPair
impl Copy for OutPair
impl Eq for OutPair
impl StructuralEq for OutPair
impl StructuralPartialEq for OutPair
Auto Trait Implementations§
impl RefUnwindSafe for OutPair
impl Send for OutPair
impl Sync for OutPair
impl Unpin for OutPair
impl UnwindSafe for OutPair
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