#[repr(C)]pub struct LinkedGeoCoord {
pub vertex: GeoCoord,
pub next: *mut LinkedGeoCoord,
}Fields§
§vertex: GeoCoord§next: *mut LinkedGeoCoordTrait Implementations§
Source§impl Clone for LinkedGeoCoord
impl Clone for LinkedGeoCoord
Source§fn clone(&self) -> LinkedGeoCoord
fn clone(&self) -> LinkedGeoCoord
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 LinkedGeoCoord
impl Debug for LinkedGeoCoord
impl Copy for LinkedGeoCoord
Auto Trait Implementations§
impl Freeze for LinkedGeoCoord
impl RefUnwindSafe for LinkedGeoCoord
impl !Send for LinkedGeoCoord
impl !Sync for LinkedGeoCoord
impl Unpin for LinkedGeoCoord
impl UnwindSafe for LinkedGeoCoord
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