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