pub struct SetEqRequest {
pub instance_id: u32,
pub eq_type: String,
pub desired_value: i16,
}Fields§
§instance_id: u32§eq_type: StringAllowed values DialogLevel (bool) / MusicSurroundLevel (-15/+15) / NightMode (bool) / SubGain (-10/+10) / SurroundEnable (bool) / SurroundLevel (-15/+15) / SurroundMode (0 = ambient, 1 = full) / HeightChannelLevel (-10/+10)
desired_value: i16Booleans required 1 for true or 0 for false, rest number as specified
Trait Implementations§
Source§impl Clone for SetEqRequest
impl Clone for SetEqRequest
Source§fn clone(&self) -> SetEqRequest
fn clone(&self) -> SetEqRequest
Returns a duplicate 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 SetEqRequest
impl Debug for SetEqRequest
Source§impl Default for SetEqRequest
impl Default for SetEqRequest
Source§fn default() -> SetEqRequest
fn default() -> SetEqRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetEqRequest
impl PartialEq for SetEqRequest
Source§impl ToXml for SetEqRequest
impl ToXml for SetEqRequest
impl StructuralPartialEq for SetEqRequest
Auto Trait Implementations§
impl Freeze for SetEqRequest
impl RefUnwindSafe for SetEqRequest
impl Send for SetEqRequest
impl Sync for SetEqRequest
impl Unpin for SetEqRequest
impl UnwindSafe for SetEqRequest
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