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§
impl Copy for OutPair
impl Eq for OutPair
impl StructuralPartialEq for OutPair
Auto Trait Implementations§
impl Freeze for OutPair
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