Struct meos_sys::POINTARRAY
source · #[repr(C)]pub struct POINTARRAY {
pub npoints: u32,
pub maxpoints: u32,
pub flags: lwflags_t,
pub serialized_pointlist: *mut u8,
}Fields§
§npoints: u32§maxpoints: u32§flags: lwflags_t§serialized_pointlist: *mut u8Trait Implementations§
source§impl Clone for POINTARRAY
impl Clone for POINTARRAY
source§fn clone(&self) -> POINTARRAY
fn clone(&self) -> POINTARRAY
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 POINTARRAY
impl Debug for POINTARRAY
impl Copy for POINTARRAY
Auto Trait Implementations§
impl Freeze for POINTARRAY
impl RefUnwindSafe for POINTARRAY
impl !Send for POINTARRAY
impl !Sync for POINTARRAY
impl Unpin for POINTARRAY
impl UnwindSafe for POINTARRAY
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)