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