Struct SYSGEOTYPE
#[repr(transparent)]pub struct SYSGEOTYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for SYSGEOTYPE
impl Clone for SYSGEOTYPE
§fn clone(&self) -> SYSGEOTYPE
fn clone(&self) -> SYSGEOTYPE
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 more§impl Debug for SYSGEOTYPE
impl Debug for SYSGEOTYPE
§impl Default for SYSGEOTYPE
impl Default for SYSGEOTYPE
§fn default() -> SYSGEOTYPE
fn default() -> SYSGEOTYPE
Returns the “default value” for a type. Read more
§impl PartialEq for SYSGEOTYPE
impl PartialEq for SYSGEOTYPE
impl Copy for SYSGEOTYPE
impl Eq for SYSGEOTYPE
impl StructuralPartialEq for SYSGEOTYPE
Auto Trait Implementations§
impl Freeze for SYSGEOTYPE
impl RefUnwindSafe for SYSGEOTYPE
impl Send for SYSGEOTYPE
impl Sync for SYSGEOTYPE
impl Unpin for SYSGEOTYPE
impl UnwindSafe for SYSGEOTYPE
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