#[repr(C)]pub struct GmapSpot_EncountType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl GmapSpot_EncountType
impl GmapSpot_EncountType
pub fn none() -> Self
pub fn exturmination() -> Self
pub fn training_filene() -> Self
pub fn training_brodia() -> Self
pub fn training_solum() -> Self
pub fn training_ircion() -> Self
Trait Implementations§
Source§impl ClassIdentity for GmapSpot_EncountType
impl ClassIdentity for GmapSpot_EncountType
Source§impl Clone for GmapSpot_EncountType
impl Clone for GmapSpot_EncountType
Source§fn clone(&self) -> GmapSpot_EncountType
fn clone(&self) -> GmapSpot_EncountType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GmapSpot_EncountType
impl Debug for GmapSpot_EncountType
Source§impl PartialEq for GmapSpot_EncountType
impl PartialEq for GmapSpot_EncountType
impl Copy for GmapSpot_EncountType
impl Eq for GmapSpot_EncountType
impl StructuralPartialEq for GmapSpot_EncountType
Auto Trait Implementations§
impl Freeze for GmapSpot_EncountType
impl RefUnwindSafe for GmapSpot_EncountType
impl Send for GmapSpot_EncountType
impl Sync for GmapSpot_EncountType
impl Unpin for GmapSpot_EncountType
impl UnwindSafe for GmapSpot_EncountType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)