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