#[repr(C)]pub struct playdate_scoreboards {
pub addScore: Option<unsafe extern "C" fn(boardId: *const c_char, value: u32, callback: AddScoreCallback) -> c_int>,
pub getPersonalBest: Option<unsafe extern "C" fn(boardId: *const c_char, callback: PersonalBestCallback) -> c_int>,
pub freeScore: Option<unsafe extern "C" fn(score: *mut PDScore)>,
pub getScoreboards: Option<unsafe extern "C" fn(callback: BoardsListCallback) -> c_int>,
pub freeBoardsList: Option<unsafe extern "C" fn(boardsList: *mut PDBoardsList)>,
pub getScores: Option<unsafe extern "C" fn(boardId: *const c_char, callback: ScoresCallback) -> c_int>,
pub freeScoresList: Option<unsafe extern "C" fn(scoresList: *mut PDScoresList)>,
}Fields§
§addScore: Option<unsafe extern "C" fn(boardId: *const c_char, value: u32, callback: AddScoreCallback) -> c_int>§getPersonalBest: Option<unsafe extern "C" fn(boardId: *const c_char, callback: PersonalBestCallback) -> c_int>§freeScore: Option<unsafe extern "C" fn(score: *mut PDScore)>§getScoreboards: Option<unsafe extern "C" fn(callback: BoardsListCallback) -> c_int>§freeBoardsList: Option<unsafe extern "C" fn(boardsList: *mut PDBoardsList)>§getScores: Option<unsafe extern "C" fn(boardId: *const c_char, callback: ScoresCallback) -> c_int>§freeScoresList: Option<unsafe extern "C" fn(scoresList: *mut PDScoresList)>Trait Implementations§
Source§impl Clone for playdate_scoreboards
impl Clone for playdate_scoreboards
Source§fn clone(&self) -> playdate_scoreboards
fn clone(&self) -> playdate_scoreboards
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 Debug for playdate_scoreboards
impl Debug for playdate_scoreboards
Source§impl Default for playdate_scoreboards
impl Default for playdate_scoreboards
Source§fn default() -> playdate_scoreboards
fn default() -> playdate_scoreboards
Returns the “default value” for a type. Read more
Source§impl Hash for playdate_scoreboards
impl Hash for playdate_scoreboards
Source§impl Ord for playdate_scoreboards
impl Ord for playdate_scoreboards
Source§impl PartialEq for playdate_scoreboards
impl PartialEq for playdate_scoreboards
Source§impl PartialOrd for playdate_scoreboards
impl PartialOrd for playdate_scoreboards
Source§fn partial_cmp(&self, other: &playdate_scoreboards) -> Option<Ordering>
fn partial_cmp(&self, other: &playdate_scoreboards) -> Option<Ordering>
impl Copy for playdate_scoreboards
impl Eq for playdate_scoreboards
impl StructuralPartialEq for playdate_scoreboards
Auto Trait Implementations§
impl Freeze for playdate_scoreboards
impl RefUnwindSafe for playdate_scoreboards
impl Send for playdate_scoreboards
impl Sync for playdate_scoreboards
impl Unpin for playdate_scoreboards
impl UnwindSafe for playdate_scoreboards
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)§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 28 bytes