Struct pipewire_wrapper::stream::control::Control
source · pub struct Control { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<&ControlRef> for Control
impl From<&ControlRef> for Control
source§fn from(value: &ControlRef) -> Self
fn from(value: &ControlRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnwindSafe for Control
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