Struct gvox_sys::GvoxFileInputAdapterConfig
source · #[repr(C)]pub struct GvoxFileInputAdapterConfig {
pub filepath: *const c_char,
pub byte_offset: usize,
}Fields§
§filepath: *const c_char§byte_offset: usizeTrait Implementations§
source§impl Clone for GvoxFileInputAdapterConfig
impl Clone for GvoxFileInputAdapterConfig
source§fn clone(&self) -> GvoxFileInputAdapterConfig
fn clone(&self) -> GvoxFileInputAdapterConfig
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