#[repr(C)]pub struct GDALTriBarycentricCoefficients {
pub dfMul1X: f64,
pub dfMul1Y: f64,
pub dfMul2X: f64,
pub dfMul2Y: f64,
pub dfCstX: f64,
pub dfCstY: f64,
}Fields§
§dfMul1X: f64§dfMul1Y: f64§dfMul2X: f64§dfMul2Y: f64§dfCstX: f64§dfCstY: f64Trait Implementations§
Source§impl Clone for GDALTriBarycentricCoefficients
impl Clone for GDALTriBarycentricCoefficients
Source§fn clone(&self) -> GDALTriBarycentricCoefficients
fn clone(&self) -> GDALTriBarycentricCoefficients
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 moreimpl Copy for GDALTriBarycentricCoefficients
Auto Trait Implementations§
impl Freeze for GDALTriBarycentricCoefficients
impl RefUnwindSafe for GDALTriBarycentricCoefficients
impl Send for GDALTriBarycentricCoefficients
impl Sync for GDALTriBarycentricCoefficients
impl Unpin for GDALTriBarycentricCoefficients
impl UnwindSafe for GDALTriBarycentricCoefficients
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