#[repr(C)]pub struct gaiaPreRingStruct {
pub Line: gaiaLinestringPtr,
pub AlreadyUsed: c_int,
pub Next: *mut gaiaPreRingStruct,
}Expand description
Container similar to LINESTRING [internally used]
Fields§
§Line: gaiaLinestringPtrpointer to LINESTRING
AlreadyUsed: c_intalready used/visited item
Next: *mut gaiaPreRingStructpointer to next item [linked list]
Trait Implementations§
Source§impl Clone for gaiaPreRingStruct
impl Clone for gaiaPreRingStruct
Source§fn clone(&self) -> gaiaPreRingStruct
fn clone(&self) -> gaiaPreRingStruct
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 gaiaPreRingStruct
impl Debug for gaiaPreRingStruct
impl Copy for gaiaPreRingStruct
Auto Trait Implementations§
impl Freeze for gaiaPreRingStruct
impl RefUnwindSafe for gaiaPreRingStruct
impl !Send for gaiaPreRingStruct
impl !Sync for gaiaPreRingStruct
impl Unpin for gaiaPreRingStruct
impl UnwindSafe for gaiaPreRingStruct
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