#[repr(transparent)]pub struct SYSGEOCLASS(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for SYSGEOCLASS
impl Abi for SYSGEOCLASS
Source§type Abi = SYSGEOCLASS
type Abi = SYSGEOCLASS
The abi representation of the implementing type. Read more
type DefaultType = SYSGEOCLASS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SYSGEOCLASS
impl Clone for SYSGEOCLASS
Source§fn clone(&self) -> SYSGEOCLASS
fn clone(&self) -> SYSGEOCLASS
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 SYSGEOCLASS
impl Debug for SYSGEOCLASS
Source§impl Default for SYSGEOCLASS
impl Default for SYSGEOCLASS
Source§fn default() -> SYSGEOCLASS
fn default() -> SYSGEOCLASS
Returns the “default value” for a type. Read more
Source§impl From<i32> for SYSGEOCLASS
impl From<i32> for SYSGEOCLASS
Source§impl PartialEq for SYSGEOCLASS
impl PartialEq for SYSGEOCLASS
impl Copy for SYSGEOCLASS
impl Eq for SYSGEOCLASS
impl StructuralPartialEq for SYSGEOCLASS
Auto Trait Implementations§
impl Freeze for SYSGEOCLASS
impl RefUnwindSafe for SYSGEOCLASS
impl Send for SYSGEOCLASS
impl Sync for SYSGEOCLASS
impl Unpin for SYSGEOCLASS
impl UnwindSafe for SYSGEOCLASS
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