#[repr(C)]pub struct UnitAI_VersusTypes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl UnitAI_VersusTypes
impl UnitAI_VersusTypes
pub fn not_move() -> Self
pub fn defense() -> Self
pub fn rush() -> Self
pub fn response_a() -> Self
pub fn response_b() -> Self
pub fn response_c() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl ClassIdentity for UnitAI_VersusTypes
impl ClassIdentity for UnitAI_VersusTypes
Source§impl Clone for UnitAI_VersusTypes
impl Clone for UnitAI_VersusTypes
Source§fn clone(&self) -> UnitAI_VersusTypes
fn clone(&self) -> UnitAI_VersusTypes
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 UnitAI_VersusTypes
impl Debug for UnitAI_VersusTypes
Source§impl PartialEq for UnitAI_VersusTypes
impl PartialEq for UnitAI_VersusTypes
impl Copy for UnitAI_VersusTypes
impl Eq for UnitAI_VersusTypes
impl StructuralPartialEq for UnitAI_VersusTypes
Auto Trait Implementations§
impl Freeze for UnitAI_VersusTypes
impl RefUnwindSafe for UnitAI_VersusTypes
impl Send for UnitAI_VersusTypes
impl Sync for UnitAI_VersusTypes
impl Unpin for UnitAI_VersusTypes
impl UnwindSafe for UnitAI_VersusTypes
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)