pub struct Treble(pub i8);Expand description
Treble EQ setting (-10 to +10)
Tuple Fields§
§0: i8Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Treble
impl<'de> Deserialize<'de> for Treble
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl SonosProperty for Treble
impl SonosProperty for Treble
impl StructuralPartialEq for Treble
Auto Trait Implementations§
impl Freeze for Treble
impl RefUnwindSafe for Treble
impl Send for Treble
impl Sync for Treble
impl Unpin for Treble
impl UnsafeUnpin for Treble
impl UnwindSafe for Treble
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