pub struct VolumeControlPoint { /* private fields */ }
Expand description
Volume Control Point See VCS v1.0 Section 3.2
Trait Implementations§
Source§impl Clone for VolumeControlPoint
impl Clone for VolumeControlPoint
Source§fn clone(&self) -> VolumeControlPoint
fn clone(&self) -> VolumeControlPoint
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 moreAuto Trait Implementations§
impl Freeze for VolumeControlPoint
impl RefUnwindSafe for VolumeControlPoint
impl Send for VolumeControlPoint
impl Sync for VolumeControlPoint
impl Unpin for VolumeControlPoint
impl UnwindSafe for VolumeControlPoint
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