#[repr(C)]pub struct GmapSpot_State {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl GmapSpot_State
impl GmapSpot_State
pub fn reserve_hide() -> Self
pub fn hide() -> Self
pub fn reserve_active() -> Self
pub fn active() -> Self
pub fn reserve_cannot_enter() -> Self
pub fn cannot_enter() -> Self
pub fn reserve_broken() -> Self
pub fn broken() -> Self
pub fn can_search() -> Self
Trait Implementations§
Source§impl ClassIdentity for GmapSpot_State
impl ClassIdentity for GmapSpot_State
Source§impl Clone for GmapSpot_State
impl Clone for GmapSpot_State
Source§fn clone(&self) -> GmapSpot_State
fn clone(&self) -> GmapSpot_State
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_State
impl Debug for GmapSpot_State
Source§impl PartialEq for GmapSpot_State
impl PartialEq for GmapSpot_State
impl Copy for GmapSpot_State
impl Eq for GmapSpot_State
impl StructuralPartialEq for GmapSpot_State
Auto Trait Implementations§
impl Freeze for GmapSpot_State
impl RefUnwindSafe for GmapSpot_State
impl Send for GmapSpot_State
impl Sync for GmapSpot_State
impl Unpin for GmapSpot_State
impl UnwindSafe for GmapSpot_State
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)