#[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 duplicate 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 moreSource§impl Debug for GvoxFileOutputAdapterConfig
impl Debug for GvoxFileOutputAdapterConfig
impl Copy for GvoxFileOutputAdapterConfig
Auto Trait Implementations§
impl Freeze for GvoxFileOutputAdapterConfig
impl RefUnwindSafe for GvoxFileOutputAdapterConfig
impl !Send for GvoxFileOutputAdapterConfig
impl !Sync for GvoxFileOutputAdapterConfig
impl Unpin for GvoxFileOutputAdapterConfig
impl UnwindSafe for GvoxFileOutputAdapterConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more