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