Struct meos_sys::LWPSURFACE
source · #[repr(C)]pub struct LWPSURFACE {
pub bbox: *mut GBOX,
pub geoms: *mut *mut LWPOLY,
pub srid: i32,
pub flags: lwflags_t,
pub type_: u8,
pub pad: [c_char; 1],
pub ngeoms: u32,
pub maxgeoms: u32,
}Fields§
§bbox: *mut GBOX§geoms: *mut *mut LWPOLY§srid: i32§flags: lwflags_t§type_: u8§pad: [c_char; 1]§ngeoms: u32§maxgeoms: u32Trait Implementations§
source§impl Clone for LWPSURFACE
impl Clone for LWPSURFACE
source§fn clone(&self) -> LWPSURFACE
fn clone(&self) -> LWPSURFACE
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 LWPSURFACE
impl Debug for LWPSURFACE
impl Copy for LWPSURFACE
Auto Trait Implementations§
impl Freeze for LWPSURFACE
impl RefUnwindSafe for LWPSURFACE
impl !Send for LWPSURFACE
impl !Sync for LWPSURFACE
impl Unpin for LWPSURFACE
impl UnwindSafe for LWPSURFACE
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)