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