#[repr(C)]pub struct GvoxByteBufferInputAdapterConfig {
pub data: *const u8,
pub size: usize,
}Fields§
§data: *const u8§size: usizeTrait Implementations§
source§impl Clone for GvoxByteBufferInputAdapterConfig
impl Clone for GvoxByteBufferInputAdapterConfig
source§fn clone(&self) -> GvoxByteBufferInputAdapterConfig
fn clone(&self) -> GvoxByteBufferInputAdapterConfig
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