#[repr(C)]pub struct ProfileCard_Achievement {
pub m_acheve_catetory: AchieveData_Categories,
pub m_count: i32,
}Expand description
Fields§
§m_acheve_catetory: AchieveData_Categories§m_count: i32Implementations§
Source§impl ProfileCard_Achievement
impl ProfileCard_Achievement
pub fn clear_method_info() -> &'static MethodInfo
pub fn serialize_method_info() -> &'static MethodInfo
pub fn deserialize_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for ProfileCard_Achievement
impl Clone for ProfileCard_Achievement
Source§fn clone(&self) -> ProfileCard_Achievement
fn clone(&self) -> ProfileCard_Achievement
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 ProfileCard_Achievement
Auto Trait Implementations§
impl Freeze for ProfileCard_Achievement
impl RefUnwindSafe for ProfileCard_Achievement
impl Send for ProfileCard_Achievement
impl Sync for ProfileCard_Achievement
impl Unpin for ProfileCard_Achievement
impl UnwindSafe for ProfileCard_Achievement
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)