#[repr(C)]pub struct LinkedGeoLoop {
pub first: *mut LinkedGeoCoord,
pub last: *mut LinkedGeoCoord,
pub next: *mut LinkedGeoLoop,
}Fields§
§first: *mut LinkedGeoCoord§last: *mut LinkedGeoCoord§next: *mut LinkedGeoLoopTrait Implementations§
Source§impl Clone for LinkedGeoLoop
impl Clone for LinkedGeoLoop
Source§fn clone(&self) -> LinkedGeoLoop
fn clone(&self) -> LinkedGeoLoop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinkedGeoLoop
Auto Trait Implementations§
impl !Send for LinkedGeoLoop
impl !Sync for LinkedGeoLoop
impl Freeze for LinkedGeoLoop
impl RefUnwindSafe for LinkedGeoLoop
impl Unpin for LinkedGeoLoop
impl UnsafeUnpin for LinkedGeoLoop
impl UnwindSafe for LinkedGeoLoop
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