Struct gdal_sys::GDALTriFacet
source · [−]Expand description
Triangle fact
Fields
anVertexIdx: [c_int; 3]< index to the padfX/padfY arrays
anNeighborIdx: [c_int; 3]< index to GDALDelaunayTriangulation.pasFacets, or -1
Trait Implementations
sourceimpl Clone for GDALTriFacet
impl Clone for GDALTriFacet
sourcefn clone(&self) -> GDALTriFacet
fn clone(&self) -> GDALTriFacet
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GDALTriFacet
impl Debug for GDALTriFacet
impl Copy for GDALTriFacet
Auto Trait Implementations
impl RefUnwindSafe for GDALTriFacet
impl Send for GDALTriFacet
impl Sync for GDALTriFacet
impl Unpin for GDALTriFacet
impl UnwindSafe for GDALTriFacet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more