Struct meos_sys::LWCURVEPOLY
source · #[repr(C)]pub struct LWCURVEPOLY {
pub bbox: *mut GBOX,
pub rings: *mut *mut LWGEOM,
pub srid: i32,
pub flags: lwflags_t,
pub type_: u8,
pub pad: [c_char; 1],
pub nrings: u32,
pub maxrings: u32,
}Fields§
§bbox: *mut GBOX§rings: *mut *mut LWGEOM§srid: i32§flags: lwflags_t§type_: u8§pad: [c_char; 1]§nrings: u32§maxrings: u32Trait Implementations§
source§impl Clone for LWCURVEPOLY
impl Clone for LWCURVEPOLY
source§fn clone(&self) -> LWCURVEPOLY
fn clone(&self) -> LWCURVEPOLY
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 LWCURVEPOLY
impl Debug for LWCURVEPOLY
impl Copy for LWCURVEPOLY
Auto Trait Implementations§
impl Freeze for LWCURVEPOLY
impl RefUnwindSafe for LWCURVEPOLY
impl !Send for LWCURVEPOLY
impl !Sync for LWCURVEPOLY
impl Unpin for LWCURVEPOLY
impl UnwindSafe for LWCURVEPOLY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)