#[repr(C)]pub struct AI_Seq {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AI_Seq
impl AI_Seq
pub fn initialize() -> Self
pub fn order() -> Self
pub fn processing() -> Self
pub fn crossfire() -> Self
pub fn interrupt_attack() -> Self
pub fn finalize() -> Self
Trait Implementations§
Source§impl ClassIdentity for AI_Seq
impl ClassIdentity for AI_Seq
impl Copy for AI_Seq
impl Eq for AI_Seq
impl StructuralPartialEq for AI_Seq
Auto Trait Implementations§
impl Freeze for AI_Seq
impl RefUnwindSafe for AI_Seq
impl Send for AI_Seq
impl Sync for AI_Seq
impl Unpin for AI_Seq
impl UnwindSafe for AI_Seq
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)