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