Struct gvox_sys::GvoxOutputAdapterInfo
source · #[repr(C)]pub struct GvoxOutputAdapterInfo {
pub base_info: GvoxAdapterBaseInfo,
pub write: Option<unsafe extern "C" fn(ctx: *mut GvoxAdapterContext, position: usize, size: usize, data: *const c_void)>,
pub reserve: Option<unsafe extern "C" fn(ctx: *mut GvoxAdapterContext, size: usize)>,
}Fields§
§base_info: GvoxAdapterBaseInfo§write: Option<unsafe extern "C" fn(ctx: *mut GvoxAdapterContext, position: usize, size: usize, data: *const c_void)>§reserve: Option<unsafe extern "C" fn(ctx: *mut GvoxAdapterContext, size: usize)>Trait Implementations§
source§impl Clone for GvoxOutputAdapterInfo
impl Clone for GvoxOutputAdapterInfo
source§fn clone(&self) -> GvoxOutputAdapterInfo
fn clone(&self) -> GvoxOutputAdapterInfo
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 more