#[repr(C)]pub struct rc_client_subset_t {
pub id: u32,
pub title: *const c_char,
pub badge_name: [c_char; 16],
pub num_achievements: u32,
pub num_leaderboards: u32,
}Expand description
| Subsets |
\
Fields§
§id: u32§title: *const c_char§badge_name: [c_char; 16]§num_achievements: u32§num_leaderboards: u32Trait Implementations§
Source§impl Clone for rc_client_subset_t
impl Clone for rc_client_subset_t
Source§fn clone(&self) -> rc_client_subset_t
fn clone(&self) -> rc_client_subset_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for rc_client_subset_t
impl Debug for rc_client_subset_t
impl Copy for rc_client_subset_t
Auto Trait Implementations§
impl Freeze for rc_client_subset_t
impl RefUnwindSafe for rc_client_subset_t
impl !Send for rc_client_subset_t
impl !Sync for rc_client_subset_t
impl Unpin for rc_client_subset_t
impl UnwindSafe for rc_client_subset_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more