Struct meos_sys::struct_lwgeom_unparser_result
source · #[repr(C)]pub struct struct_lwgeom_unparser_result {
pub serialized_lwgeom: *mut u8,
pub wkoutput: *mut c_char,
pub size: usize,
pub message: *const c_char,
pub errlocation: c_int,
}Fields§
§serialized_lwgeom: *mut u8§wkoutput: *mut c_char§size: usize§message: *const c_char§errlocation: c_intTrait Implementations§
source§impl Clone for struct_lwgeom_unparser_result
impl Clone for struct_lwgeom_unparser_result
source§fn clone(&self) -> struct_lwgeom_unparser_result
fn clone(&self) -> struct_lwgeom_unparser_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 moreimpl Copy for struct_lwgeom_unparser_result
Auto Trait Implementations§
impl Freeze for struct_lwgeom_unparser_result
impl RefUnwindSafe for struct_lwgeom_unparser_result
impl !Send for struct_lwgeom_unparser_result
impl !Sync for struct_lwgeom_unparser_result
impl Unpin for struct_lwgeom_unparser_result
impl UnwindSafe for struct_lwgeom_unparser_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)