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