#[repr(C)]pub struct spa_thread_utils {
pub iface: spa_interface,
}
Fields§
§iface: spa_interface
Trait Implementations§
Source§impl Clone for spa_thread_utils
impl Clone for spa_thread_utils
Source§fn clone(&self) -> spa_thread_utils
fn clone(&self) -> spa_thread_utils
Returns a duplicate 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_utils
impl Debug for spa_thread_utils
Source§impl PartialEq for spa_thread_utils
impl PartialEq for spa_thread_utils
impl Copy for spa_thread_utils
impl Eq for spa_thread_utils
impl StructuralPartialEq for spa_thread_utils
Auto Trait Implementations§
impl Freeze for spa_thread_utils
impl RefUnwindSafe for spa_thread_utils
impl !Send for spa_thread_utils
impl !Sync for spa_thread_utils
impl Unpin for spa_thread_utils
impl UnwindSafe for spa_thread_utils
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