pub struct Volume(/* private fields */);Expand description
Voice volume, represented as a value in the interval [0, 100], with 100 being full volume.
Implementations§
Trait Implementations§
Source§impl Ord for Volume
impl Ord for Volume
Source§impl PartialOrd for Volume
impl PartialOrd for Volume
impl Copy for Volume
impl Eq for Volume
impl StructuralPartialEq for Volume
Auto Trait Implementations§
impl Freeze for Volume
impl RefUnwindSafe for Volume
impl Send for Volume
impl Sync for Volume
impl Unpin for Volume
impl UnwindSafe for Volume
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