pub struct VolumeControlPointOperation { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VolumeControlPointOperation
impl RefUnwindSafe for VolumeControlPointOperation
impl Send for VolumeControlPointOperation
impl Sync for VolumeControlPointOperation
impl Unpin for VolumeControlPointOperation
impl UnwindSafe for VolumeControlPointOperation
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