Struct meos_sys::struct_lwgeom_parser_result
source · #[repr(C)]pub struct struct_lwgeom_parser_result {
pub wkinput: *const c_char,
pub serialized_lwgeom: *mut u8,
pub size: usize,
pub geom: *mut LWGEOM,
pub message: *const c_char,
pub errcode: c_int,
pub errlocation: c_int,
pub parser_check_flags: c_int,
}Expand description
Parser result structure: returns the result of attempting to convert (E)WKT/(E)WKB to LWGEOM
Fields§
§wkinput: *const c_char§serialized_lwgeom: *mut u8§size: usize§geom: *mut LWGEOM§message: *const c_char§errcode: c_int§errlocation: c_int§parser_check_flags: c_intTrait Implementations§
source§impl Clone for struct_lwgeom_parser_result
impl Clone for struct_lwgeom_parser_result
source§fn clone(&self) -> struct_lwgeom_parser_result
fn clone(&self) -> struct_lwgeom_parser_result
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 struct_lwgeom_parser_result
impl Debug for struct_lwgeom_parser_result
impl Copy for struct_lwgeom_parser_result
Auto Trait Implementations§
impl Freeze for struct_lwgeom_parser_result
impl RefUnwindSafe for struct_lwgeom_parser_result
impl !Send for struct_lwgeom_parser_result
impl !Sync for struct_lwgeom_parser_result
impl Unpin for struct_lwgeom_parser_result
impl UnwindSafe for struct_lwgeom_parser_result
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: 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)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)