#[repr(C)]pub struct MiniMapController_IconIndex {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MiniMapController_IconIndex
impl MiniMapController_IconIndex
pub fn normal_unit() -> Self
pub fn boss_unit() -> Self
pub fn tbox() -> Self
pub fn door() -> Self
pub fn torch() -> Self
pub fn torch_off() -> Self
pub fn visit() -> Self
pub fn escape() -> Self
pub fn destroy() -> Self
pub fn breakdown_enemy() -> Self
pub fn cannon() -> Self
pub fn crystal() -> Self
pub fn dragon_stone() -> Self
pub fn ring() -> Self
pub fn num() -> Self
pub fn invalid() -> Self
Trait Implementations§
Source§impl Clone for MiniMapController_IconIndex
impl Clone for MiniMapController_IconIndex
Source§fn clone(&self) -> MiniMapController_IconIndex
fn clone(&self) -> MiniMapController_IconIndex
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 MiniMapController_IconIndex
impl Debug for MiniMapController_IconIndex
Source§impl PartialEq for MiniMapController_IconIndex
impl PartialEq for MiniMapController_IconIndex
impl Copy for MiniMapController_IconIndex
impl Eq for MiniMapController_IconIndex
impl StructuralPartialEq for MiniMapController_IconIndex
Auto Trait Implementations§
impl Freeze for MiniMapController_IconIndex
impl RefUnwindSafe for MiniMapController_IconIndex
impl Send for MiniMapController_IconIndex
impl Sync for MiniMapController_IconIndex
impl Unpin for MiniMapController_IconIndex
impl UnwindSafe for MiniMapController_IconIndex
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)