pub struct GetEqRequest {
pub instance_id: u32,
pub eq_type: String,
}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)
Trait Implementations§
Source§impl Clone for GetEqRequest
impl Clone for GetEqRequest
Source§fn clone(&self) -> GetEqRequest
fn clone(&self) -> GetEqRequest
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 GetEqRequest
impl Debug for GetEqRequest
Source§impl Default for GetEqRequest
impl Default for GetEqRequest
Source§fn default() -> GetEqRequest
fn default() -> GetEqRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetEqRequest
impl PartialEq for GetEqRequest
Source§impl ToXml for GetEqRequest
impl ToXml for GetEqRequest
impl StructuralPartialEq for GetEqRequest
Auto Trait Implementations§
impl Freeze for GetEqRequest
impl RefUnwindSafe for GetEqRequest
impl Send for GetEqRequest
impl Sync for GetEqRequest
impl Unpin for GetEqRequest
impl UnwindSafe for GetEqRequest
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