#[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 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_interface
impl Debug for spa_interface
Source§impl PartialEq for spa_interface
impl PartialEq for spa_interface
impl Copy for spa_interface
impl Eq for spa_interface
impl StructuralPartialEq for spa_interface
Auto Trait Implementations§
impl Freeze for spa_interface
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