#[repr(i32)]pub enum SYSGEOCLASS {
GEOCLASS_NATION = 16,
GEOCLASS_REGION = 14,
GEOCLASS_ALL = 0,
}Variants§
Trait Implementations§
Source§impl Clone for SYSGEOCLASS
impl Clone for SYSGEOCLASS
Source§fn clone(&self) -> SYSGEOCLASS
fn clone(&self) -> SYSGEOCLASS
Returns a duplicate 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 Hash for SYSGEOCLASS
impl Hash 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