#[repr(C)]pub struct MapSkill_Results {
pub skill: SkillData,
pub current: MapSkill_Result,
pub reverse: MapSkill_Result,
}Expand description
Fields§
§skill: SkillData§current: MapSkill_Result§reverse: MapSkill_ResultImplementations§
Source§impl MapSkill_Results
impl MapSkill_Results
pub fn reset_method_info() -> &'static MethodInfo
pub fn is_enable_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for MapSkill_Results
impl ClassIdentity for MapSkill_Results
Source§impl Clone for MapSkill_Results
impl Clone for MapSkill_Results
Source§fn clone(&self) -> MapSkill_Results
fn clone(&self) -> MapSkill_Results
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 MapSkill_Results
Auto Trait Implementations§
impl Freeze for MapSkill_Results
impl RefUnwindSafe for MapSkill_Results
impl !Send for MapSkill_Results
impl !Sync for MapSkill_Results
impl Unpin for MapSkill_Results
impl UnwindSafe for MapSkill_Results
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)