#[repr(C)]pub struct gaiaDbfListStruct {
pub RowId: c_int,
pub Geometry: gaiaGeomCollPtr,
pub First: gaiaDbfFieldPtr,
pub Last: gaiaDbfFieldPtr,
}Expand description
Container for a list of DBF fields
Fields§
§RowId: c_intcurrent RowID
Geometry: gaiaGeomCollPtrcurrent Geometry
First: gaiaDbfFieldPtrpointer to first DBF field [linked list]
Last: gaiaDbfFieldPtrpointer to last DBF field [linked list]
Trait Implementations§
Source§impl Clone for gaiaDbfListStruct
impl Clone for gaiaDbfListStruct
Source§fn clone(&self) -> gaiaDbfListStruct
fn clone(&self) -> gaiaDbfListStruct
Returns a copy 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 gaiaDbfListStruct
impl Debug for gaiaDbfListStruct
impl Copy for gaiaDbfListStruct
Auto Trait Implementations§
impl Freeze for gaiaDbfListStruct
impl RefUnwindSafe for gaiaDbfListStruct
impl !Send for gaiaDbfListStruct
impl !Sync for gaiaDbfListStruct
impl Unpin for gaiaDbfListStruct
impl UnwindSafe for gaiaDbfListStruct
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