pub struct VolumeIcons {
pub percentages: Vec<String>,
pub muted: String,
}Expand description
Icons used by Volume
Fields§
§percentages: Vec<String>§muted: Stringdisplayed if the device is muted
Trait Implementations§
Source§impl Debug for VolumeIcons
impl Debug for VolumeIcons
Auto Trait Implementations§
impl Freeze for VolumeIcons
impl RefUnwindSafe for VolumeIcons
impl Send for VolumeIcons
impl Sync for VolumeIcons
impl Unpin for VolumeIcons
impl UnwindSafe for VolumeIcons
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