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