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