#[repr(C)]pub struct UnitInfoWindowCharaUpdater_StatusScope {
pub m_character: Character,
pub m_play_hash: i32,
}Expand description
Fields§
§m_character: Character§m_play_hash: i32Implementations§
Source§impl UnitInfoWindowCharaUpdater_StatusScope
impl UnitInfoWindowCharaUpdater_StatusScope
pub fn status_hash() -> i32
pub fn set_status_hash(value: i32)
Source§impl UnitInfoWindowCharaUpdater_StatusScope
impl UnitInfoWindowCharaUpdater_StatusScope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for UnitInfoWindowCharaUpdater_StatusScope
impl Clone for UnitInfoWindowCharaUpdater_StatusScope
Source§fn clone(&self) -> UnitInfoWindowCharaUpdater_StatusScope
fn clone(&self) -> UnitInfoWindowCharaUpdater_StatusScope
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 IlType for UnitInfoWindowCharaUpdater_StatusScope
impl IlType for UnitInfoWindowCharaUpdater_StatusScope
impl Copy for UnitInfoWindowCharaUpdater_StatusScope
Auto Trait Implementations§
impl Freeze for UnitInfoWindowCharaUpdater_StatusScope
impl RefUnwindSafe for UnitInfoWindowCharaUpdater_StatusScope
impl !Send for UnitInfoWindowCharaUpdater_StatusScope
impl !Sync for UnitInfoWindowCharaUpdater_StatusScope
impl Unpin for UnitInfoWindowCharaUpdater_StatusScope
impl UnwindSafe for UnitInfoWindowCharaUpdater_StatusScope
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)