Struct gdal_sys::CPLSharedFileInfo [] [src]

#[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, }

Fields

Trait Implementations

impl Debug for CPLSharedFileInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for CPLSharedFileInfo
[src]

impl Clone for CPLSharedFileInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations