#[repr(C)]pub struct BattleCalculator_TargetScope {
pub m_current: BattleInfoSide,
pub m_reverse: BattleInfoSide,
pub m_is_dump: bool,
}Expand description
Fields§
§m_current: BattleInfoSide§m_reverse: BattleInfoSide§m_is_dump: boolImplementations§
Source§impl BattleCalculator_TargetScope
impl BattleCalculator_TargetScope
Sourcepub fn ctor(
&mut self,
current: impl Into<BattleInfoSide>,
reverse: impl Into<BattleInfoSide>,
is_dump: impl Into<bool>,
)
pub fn ctor( &mut self, current: impl Into<BattleInfoSide>, reverse: impl Into<BattleInfoSide>, is_dump: impl Into<bool>, )
.ctor(crate::app::battleinfoside::BattleInfoSide, crate::app::battleinfoside::BattleInfoSide, bool) overload
Source§impl BattleCalculator_TargetScope
impl BattleCalculator_TargetScope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for BattleCalculator_TargetScope
impl Clone for BattleCalculator_TargetScope
Source§fn clone(&self) -> BattleCalculator_TargetScope
fn clone(&self) -> BattleCalculator_TargetScope
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 moreimpl Copy for BattleCalculator_TargetScope
Auto Trait Implementations§
impl Freeze for BattleCalculator_TargetScope
impl RefUnwindSafe for BattleCalculator_TargetScope
impl !Send for BattleCalculator_TargetScope
impl !Sync for BattleCalculator_TargetScope
impl Unpin for BattleCalculator_TargetScope
impl UnwindSafe for BattleCalculator_TargetScope
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)