#[repr(C)]pub struct GDALTriangulation {
pub nFacets: c_int,
pub pasFacets: *mut GDALTriFacet,
pub pasFacetCoefficients: *mut GDALTriBarycentricCoefficients,
}Fields§
§nFacets: c_int§pasFacets: *mut GDALTriFacet§pasFacetCoefficients: *mut GDALTriBarycentricCoefficientsTrait Implementations§
Source§impl Clone for GDALTriangulation
impl Clone for GDALTriangulation
Source§fn clone(&self) -> GDALTriangulation
fn clone(&self) -> GDALTriangulation
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 GDALTriangulation
impl Debug for GDALTriangulation
impl Copy for GDALTriangulation
Auto Trait Implementations§
impl Freeze for GDALTriangulation
impl RefUnwindSafe for GDALTriangulation
impl !Send for GDALTriangulation
impl !Sync for GDALTriangulation
impl Unpin for GDALTriangulation
impl UnwindSafe for GDALTriangulation
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