#[repr(C)]pub struct GvoxByteBufferOutputAdapterConfig {
pub out_size: *mut usize,
pub out_byte_buffer_ptr: *mut *mut u8,
pub allocate: Option<unsafe extern "C" fn(size: usize) -> *mut c_void>,
}Fields§
§out_size: *mut usize§out_byte_buffer_ptr: *mut *mut u8§allocate: Option<unsafe extern "C" fn(size: usize) -> *mut c_void>Trait Implementations§
source§impl Clone for GvoxByteBufferOutputAdapterConfig
impl Clone for GvoxByteBufferOutputAdapterConfig
source§fn clone(&self) -> GvoxByteBufferOutputAdapterConfig
fn clone(&self) -> GvoxByteBufferOutputAdapterConfig
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