#[repr(C)]pub struct GDAL_GCP {
pub pszId: *mut c_char,
pub pszInfo: *mut c_char,
pub dfGCPPixel: f64,
pub dfGCPLine: f64,
pub dfGCPX: f64,
pub dfGCPY: f64,
pub dfGCPZ: f64,
}Fields§
§pszId: *mut c_char§pszInfo: *mut c_char§dfGCPPixel: f64§dfGCPLine: f64§dfGCPX: f64§dfGCPY: f64§dfGCPZ: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GDAL_GCP
impl RefUnwindSafe for GDAL_GCP
impl !Send for GDAL_GCP
impl !Sync for GDAL_GCP
impl Unpin for GDAL_GCP
impl UnwindSafe for GDAL_GCP
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