#[repr(C)]pub struct MapTerrainInfo_Element {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapTerrainInfo_Element
impl MapTerrainInfo_Element
pub fn effects() -> Self
pub fn avoid() -> Self
pub fn def() -> Self
pub fn res() -> Self
pub fn heal() -> Self
pub fn damage() -> Self
pub fn move() -> Self
pub fn player_def() -> Self
pub fn enemy_def() -> Self
pub fn stun() -> Self
pub fn other() -> Self
pub fn sight() -> Self
pub fn cannon_root() -> Self
pub fn stock() -> Self
pub fn attack() -> Self
pub fn hit() -> Self
pub fn title() -> Self
pub fn terrain_name() -> Self
pub fn overlap() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for MapTerrainInfo_Element
impl Clone for MapTerrainInfo_Element
Source§fn clone(&self) -> MapTerrainInfo_Element
fn clone(&self) -> MapTerrainInfo_Element
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 MapTerrainInfo_Element
impl Debug for MapTerrainInfo_Element
Source§impl PartialEq for MapTerrainInfo_Element
impl PartialEq for MapTerrainInfo_Element
impl Copy for MapTerrainInfo_Element
impl Eq for MapTerrainInfo_Element
impl StructuralPartialEq for MapTerrainInfo_Element
Auto Trait Implementations§
impl Freeze for MapTerrainInfo_Element
impl RefUnwindSafe for MapTerrainInfo_Element
impl Send for MapTerrainInfo_Element
impl Sync for MapTerrainInfo_Element
impl Unpin for MapTerrainInfo_Element
impl UnwindSafe for MapTerrainInfo_Element
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)