Struct libspa_sys::spa_support
source · #[repr(C)]pub struct spa_support {
pub type_: *const c_char,
pub data: *mut c_void,
}
Expand description
Extra supporting infrastructure passed to the init() function of a factory. It can be extra information or interfaces such as logging.
Fields§
§type_: *const c_char
§data: *mut c_void
Trait Implementations§
source§impl Clone for spa_support
impl Clone for spa_support
source§fn clone(&self) -> spa_support
fn clone(&self) -> spa_support
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_support
impl Debug for spa_support
source§impl PartialEq for spa_support
impl PartialEq for spa_support
source§fn eq(&self, other: &spa_support) -> bool
fn eq(&self, other: &spa_support) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_support
impl Eq for spa_support
impl StructuralPartialEq for spa_support
Auto Trait Implementations§
impl RefUnwindSafe for spa_support
impl !Send for spa_support
impl !Sync for spa_support
impl Unpin for spa_support
impl UnwindSafe for spa_support
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