#[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 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 GvoxFileInputAdapterConfig
impl Debug for GvoxFileInputAdapterConfig
impl Copy for GvoxFileInputAdapterConfig
Auto Trait Implementations§
impl Freeze for GvoxFileInputAdapterConfig
impl RefUnwindSafe for GvoxFileInputAdapterConfig
impl !Send for GvoxFileInputAdapterConfig
impl !Sync for GvoxFileInputAdapterConfig
impl Unpin for GvoxFileInputAdapterConfig
impl UnwindSafe for GvoxFileInputAdapterConfig
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