Struct gdal_sys::CPLSharedFileInfo
source · [−]#[repr(C)]pub struct CPLSharedFileInfo {
pub fp: *mut FILE,
pub nRefCount: c_int,
pub bLarge: c_int,
pub pszFilename: *mut c_char,
pub pszAccess: *mut c_char,
}Expand description
Information on a shared file
Fields
fp: *mut FILE< File pointer
nRefCount: c_int< Reference counter
bLarge: c_int< Whether fp must be interpreted as VSIFILE*
pszFilename: *mut c_char< Filename
pszAccess: *mut c_char< Access mode
Trait Implementations
sourcefn clone(&self) -> CPLSharedFileInfo
fn clone(&self) -> CPLSharedFileInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more