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