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