#[repr(C)]pub struct BattleSide_Type {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BattleSide_Type
impl BattleSide_Type
pub fn none() -> Self
pub fn offense() -> Self
pub fn defense() -> Self
pub fn chain_offense1() -> Self
pub fn chain_offense2() -> Self
pub fn chain_offense3() -> Self
pub fn chain_offense4() -> Self
pub fn chain_offense5() -> Self
pub fn chain_offense6() -> Self
pub fn chain_offense7() -> Self
pub fn chain_offense8() -> Self
pub fn chain_offense9() -> Self
pub fn chain_offense10() -> Self
pub fn chain_offense11() -> Self
pub fn chain_offense12() -> Self
pub fn chain_offense13() -> Self
pub fn chain_offense14() -> Self
pub fn chain_offense15() -> Self
pub fn chain_offense16() -> Self
pub fn chain_offense17() -> Self
pub fn chain_offense18() -> Self
pub fn chain_offense19() -> Self
pub fn chain_offense20() -> Self
pub fn chain_offense21() -> Self
pub fn chain_offense22() -> Self
pub fn chain_offense23() -> Self
pub fn chain_offense24() -> Self
pub fn chain_defense1() -> Self
pub fn chain_defense2() -> Self
pub fn chain_defense3() -> Self
pub fn chain_defense4() -> Self
Trait Implementations§
Source§impl ClassIdentity for BattleSide_Type
impl ClassIdentity for BattleSide_Type
Source§impl Clone for BattleSide_Type
impl Clone for BattleSide_Type
Source§fn clone(&self) -> BattleSide_Type
fn clone(&self) -> BattleSide_Type
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 BattleSide_Type
impl Debug for BattleSide_Type
Source§impl PartialEq for BattleSide_Type
impl PartialEq for BattleSide_Type
impl Copy for BattleSide_Type
impl Eq for BattleSide_Type
impl StructuralPartialEq for BattleSide_Type
Auto Trait Implementations§
impl Freeze for BattleSide_Type
impl RefUnwindSafe for BattleSide_Type
impl Send for BattleSide_Type
impl Sync for BattleSide_Type
impl Unpin for BattleSide_Type
impl UnwindSafe for BattleSide_Type
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)