Struct pipewire_sys::pw_control
source · #[repr(C)]pub struct pw_control { /* private fields */ }
Expand description
\addtogroup pw_control {
Trait Implementations§
source§impl Clone for pw_control
impl Clone for pw_control
source§fn clone(&self) -> pw_control
fn clone(&self) -> pw_control
Returns a copy 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 moresource§impl Debug for pw_control
impl Debug for pw_control
impl Copy for pw_control
Auto Trait Implementations§
impl RefUnwindSafe for pw_control
impl Send for pw_control
impl Sync for pw_control
impl Unpin for pw_control
impl UnwindSafe for pw_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