#[repr(C)]pub struct _tagEOS_Leaderboards_QueryLeaderboardRanksOptions {
pub ApiVersion: i32,
pub LeaderboardId: *const c_char,
pub LocalUserId: EOS_ProductUserId,
}Expand description
Input parameters for the EOS_Leaderboards_QueryLeaderboardRanks function.
@see EOS_Leaderboards_Definition
Fields§
§ApiVersion: i32API Version: Set this to EOS_LEADERBOARDS_QUERYLEADERBOARDRANKS_API_LATEST.
LeaderboardId: *const c_charThe ID of the leaderboard whose information you want to retrieve.
LocalUserId: EOS_ProductUserIdProduct User ID for user who is querying ranks. Must be set when using a client policy that requires a valid logged in user. Not used for Dedicated Server where no user is available.
Trait Implementations§
Source§impl Clone for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
impl Clone for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
Source§fn clone(&self) -> _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
fn clone(&self) -> _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
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 moreimpl Copy for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
impl RefUnwindSafe for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
impl !Send for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
impl !Sync for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
impl Unpin for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
impl UnsafeUnpin for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
impl UnwindSafe for _tagEOS_Leaderboards_QueryLeaderboardRanksOptions
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