#[repr(C)]pub struct OGRGeometryTypeCounter {
pub eGeomType: Type,
pub nCount: i64,
}Fields§
§eGeomType: Type§nCount: i64Trait Implementations§
Source§impl Clone for OGRGeometryTypeCounter
impl Clone for OGRGeometryTypeCounter
Source§fn clone(&self) -> OGRGeometryTypeCounter
fn clone(&self) -> OGRGeometryTypeCounter
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 OGRGeometryTypeCounter
impl Debug for OGRGeometryTypeCounter
impl Copy for OGRGeometryTypeCounter
Auto Trait Implementations§
impl Freeze for OGRGeometryTypeCounter
impl RefUnwindSafe for OGRGeometryTypeCounter
impl Send for OGRGeometryTypeCounter
impl Sync for OGRGeometryTypeCounter
impl Unpin for OGRGeometryTypeCounter
impl UnwindSafe for OGRGeometryTypeCounter
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