#[repr(C)]pub struct LinkedGeoPolygon {
pub first: *mut LinkedGeoLoop,
pub last: *mut LinkedGeoLoop,
pub next: *mut LinkedGeoPolygon,
}Fields§
§first: *mut LinkedGeoLoop§last: *mut LinkedGeoLoop§next: *mut LinkedGeoPolygonTrait Implementations§
Source§impl Clone for LinkedGeoPolygon
impl Clone for LinkedGeoPolygon
Source§fn clone(&self) -> LinkedGeoPolygon
fn clone(&self) -> LinkedGeoPolygon
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 LinkedGeoPolygon
Auto Trait Implementations§
impl !Send for LinkedGeoPolygon
impl !Sync for LinkedGeoPolygon
impl Freeze for LinkedGeoPolygon
impl RefUnwindSafe for LinkedGeoPolygon
impl Unpin for LinkedGeoPolygon
impl UnsafeUnpin for LinkedGeoPolygon
impl UnwindSafe for LinkedGeoPolygon
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