#[repr(C)]pub struct spa_pod_builder_callbacks {
pub version: u32,
pub overflow: Option<unsafe extern "C" fn(data: *mut c_void, size: u32) -> c_int>,
}
Fields§
§version: u32
§overflow: Option<unsafe extern "C" fn(data: *mut c_void, size: u32) -> c_int>
Trait Implementations§
Source§impl Clone for spa_pod_builder_callbacks
impl Clone for spa_pod_builder_callbacks
Source§fn clone(&self) -> spa_pod_builder_callbacks
fn clone(&self) -> spa_pod_builder_callbacks
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_pod_builder_callbacks
impl Debug for spa_pod_builder_callbacks
impl Copy for spa_pod_builder_callbacks
impl Eq for spa_pod_builder_callbacks
impl StructuralPartialEq for spa_pod_builder_callbacks
Auto Trait Implementations§
impl Freeze for spa_pod_builder_callbacks
impl RefUnwindSafe for spa_pod_builder_callbacks
impl Send for spa_pod_builder_callbacks
impl Sync for spa_pod_builder_callbacks
impl Unpin for spa_pod_builder_callbacks
impl UnwindSafe for spa_pod_builder_callbacks
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