#[repr(C)]pub struct PDScoresList {
pub boardID: *mut c_char,
pub count: c_uint,
pub lastUpdated: u32,
pub playerIncluded: c_int,
pub limit: c_uint,
pub scores: *mut PDScore,
}Fields§
§boardID: *mut c_char§count: c_uint§lastUpdated: u32§playerIncluded: c_int§limit: c_uint§scores: *mut PDScoreTrait Implementations§
Source§impl Clone for PDScoresList
impl Clone for PDScoresList
Source§fn clone(&self) -> PDScoresList
fn clone(&self) -> PDScoresList
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 PDScoresList
impl Debug for PDScoresList
impl Copy for PDScoresList
Auto Trait Implementations§
impl Freeze for PDScoresList
impl RefUnwindSafe for PDScoresList
impl !Send for PDScoresList
impl !Sync for PDScoresList
impl Unpin for PDScoresList
impl UnwindSafe for PDScoresList
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