pub enum SetPropertyProperties {
LoopStatus(StreamLoopStatus),
Shuffle(bool),
Volume(usize),
Mute(bool),
Rate(f64),
}Variants§
Trait Implementations§
Source§impl Clone for SetPropertyProperties
impl Clone for SetPropertyProperties
Source§fn clone(&self) -> SetPropertyProperties
fn clone(&self) -> SetPropertyProperties
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 SetPropertyProperties
impl Debug for SetPropertyProperties
Source§impl<'de> Deserialize<'de> for SetPropertyProperties
impl<'de> Deserialize<'de> for SetPropertyProperties
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 PartialEq for SetPropertyProperties
impl PartialEq for SetPropertyProperties
Source§impl Serialize for SetPropertyProperties
impl Serialize for SetPropertyProperties
impl StructuralPartialEq for SetPropertyProperties
Auto Trait Implementations§
impl Freeze for SetPropertyProperties
impl RefUnwindSafe for SetPropertyProperties
impl Send for SetPropertyProperties
impl Sync for SetPropertyProperties
impl Unpin for SetPropertyProperties
impl UnwindSafe for SetPropertyProperties
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