pub enum SndControlCommand {
MuteAll(bool),
}Expand description
Used for VM to control for virtio-snd
Variants§
Trait Implementations§
Source§impl Debug for SndControlCommand
impl Debug for SndControlCommand
Source§impl<'de> Deserialize<'de> for SndControlCommand
impl<'de> Deserialize<'de> for SndControlCommand
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
Auto Trait Implementations§
impl Freeze for SndControlCommand
impl RefUnwindSafe for SndControlCommand
impl Send for SndControlCommand
impl Sync for SndControlCommand
impl Unpin for SndControlCommand
impl UnwindSafe for SndControlCommand
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