Struct libspa_sys::spa_debug_context
source · #[repr(C)]pub struct spa_debug_context {
pub log: Option<unsafe extern "C" fn(ctx: *mut spa_debug_context, fmt: *const c_char, ...)>,
}
Fields§
§log: Option<unsafe extern "C" fn(ctx: *mut spa_debug_context, fmt: *const c_char, ...)>
Trait Implementations§
source§impl Clone for spa_debug_context
impl Clone for spa_debug_context
source§fn clone(&self) -> spa_debug_context
fn clone(&self) -> spa_debug_context
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_debug_context
impl Debug for spa_debug_context
source§impl PartialEq for spa_debug_context
impl PartialEq for spa_debug_context
source§fn eq(&self, other: &spa_debug_context) -> bool
fn eq(&self, other: &spa_debug_context) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_debug_context
impl Eq for spa_debug_context
impl StructuralPartialEq for spa_debug_context
Auto Trait Implementations§
impl RefUnwindSafe for spa_debug_context
impl Send for spa_debug_context
impl Sync for spa_debug_context
impl Unpin for spa_debug_context
impl UnwindSafe for spa_debug_context
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