Struct libspa_sys::spa_loop_utils
source · #[repr(C)]pub struct spa_loop_utils {
pub iface: spa_interface,
}
Fields§
§iface: spa_interface
Trait Implementations§
source§impl Clone for spa_loop_utils
impl Clone for spa_loop_utils
source§fn clone(&self) -> spa_loop_utils
fn clone(&self) -> spa_loop_utils
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_loop_utils
impl Debug for spa_loop_utils
source§impl PartialEq for spa_loop_utils
impl PartialEq for spa_loop_utils
source§fn eq(&self, other: &spa_loop_utils) -> bool
fn eq(&self, other: &spa_loop_utils) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_loop_utils
impl Eq for spa_loop_utils
impl StructuralPartialEq for spa_loop_utils
Auto Trait Implementations§
impl RefUnwindSafe for spa_loop_utils
impl !Send for spa_loop_utils
impl !Sync for spa_loop_utils
impl Unpin for spa_loop_utils
impl UnwindSafe for spa_loop_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