#[repr(C)]pub struct LWPOINT {
pub bbox: *mut GBOX,
pub point: *mut POINTARRAY,
pub srid: i32,
pub flags: lwflags_t,
pub type_: u8,
pub pad: [c_char; 1],
}Fields§
§bbox: *mut GBOX§point: *mut POINTARRAY§srid: i32§flags: lwflags_t§type_: u8§pad: [c_char; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LWPOINT
impl RefUnwindSafe for LWPOINT
impl !Send for LWPOINT
impl !Sync for LWPOINT
impl Unpin for LWPOINT
impl UnwindSafe for LWPOINT
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)