#[repr(C)]pub struct BattleInfo_MindScope {
pub m_unit: Unit,
pub m_skill: SkillData,
pub m_mind: MapMind_Type,
}Expand description
Fields§
§m_unit: Unit§m_skill: SkillData§m_mind: MapMind_TypeImplementations§
Source§impl BattleInfo_MindScope
impl BattleInfo_MindScope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for BattleInfo_MindScope
impl ClassIdentity for BattleInfo_MindScope
Source§impl Clone for BattleInfo_MindScope
impl Clone for BattleInfo_MindScope
Source§fn clone(&self) -> BattleInfo_MindScope
fn clone(&self) -> BattleInfo_MindScope
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 BattleInfo_MindScope
Auto Trait Implementations§
impl Freeze for BattleInfo_MindScope
impl RefUnwindSafe for BattleInfo_MindScope
impl !Send for BattleInfo_MindScope
impl !Sync for BattleInfo_MindScope
impl Unpin for BattleInfo_MindScope
impl UnwindSafe for BattleInfo_MindScope
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)