#[repr(C)]pub struct GDALRasterIOExtraArg {
pub nVersion: c_int,
pub eResampleAlg: Type,
pub pfnProgress: GDALProgressFunc,
pub pProgressData: *mut c_void,
pub bFloatingPointWindowValidity: c_int,
pub dfXOff: f64,
pub dfYOff: f64,
pub dfXSize: f64,
pub dfYSize: f64,
pub bUseOnlyThisScale: c_int,
}Fields§
§nVersion: c_int§eResampleAlg: Type§pfnProgress: GDALProgressFunc§pProgressData: *mut c_void§bFloatingPointWindowValidity: c_int§dfXOff: f64§dfYOff: f64§dfXSize: f64§dfYSize: f64§bUseOnlyThisScale: c_intTrait Implementations§
Source§impl Clone for GDALRasterIOExtraArg
impl Clone for GDALRasterIOExtraArg
Source§fn clone(&self) -> GDALRasterIOExtraArg
fn clone(&self) -> GDALRasterIOExtraArg
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 GDALRasterIOExtraArg
impl Debug for GDALRasterIOExtraArg
impl Copy for GDALRasterIOExtraArg
Auto Trait Implementations§
impl Freeze for GDALRasterIOExtraArg
impl RefUnwindSafe for GDALRasterIOExtraArg
impl !Send for GDALRasterIOExtraArg
impl !Sync for GDALRasterIOExtraArg
impl Unpin for GDALRasterIOExtraArg
impl UnwindSafe for GDALRasterIOExtraArg
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