#[repr(C)]pub struct GDALTriFacet {
pub anVertexIdx: [c_int; 3],
pub anNeighborIdx: [c_int; 3],
}Fields§
§anVertexIdx: [c_int; 3]§anNeighborIdx: [c_int; 3]Trait Implementations§
Source§impl Clone for GDALTriFacet
impl Clone for GDALTriFacet
Source§fn clone(&self) -> GDALTriFacet
fn clone(&self) -> GDALTriFacet
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 GDALTriFacet
impl Debug for GDALTriFacet
impl Copy for GDALTriFacet
Auto Trait Implementations§
impl Freeze for GDALTriFacet
impl RefUnwindSafe for GDALTriFacet
impl Send for GDALTriFacet
impl Sync for GDALTriFacet
impl Unpin for GDALTriFacet
impl UnwindSafe for GDALTriFacet
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