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