#[repr(C)]pub struct _tagEOS_Sessions_IsUserInSessionOptions {
pub ApiVersion: i32,
pub SessionName: *const c_char,
pub TargetUserId: EOS_ProductUserId,
}Expand description
Input parameters for the EOS_Sessions_IsUserInSession function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONS_ISUSERINSESSION_API_LATEST.
SessionName: *const c_charActive session name to search within
TargetUserId: EOS_ProductUserIdProduct User ID to search for in the session
Trait Implementations§
Source§impl Clone for _tagEOS_Sessions_IsUserInSessionOptions
impl Clone for _tagEOS_Sessions_IsUserInSessionOptions
Source§fn clone(&self) -> _tagEOS_Sessions_IsUserInSessionOptions
fn clone(&self) -> _tagEOS_Sessions_IsUserInSessionOptions
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_Sessions_IsUserInSessionOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_Sessions_IsUserInSessionOptions
impl RefUnwindSafe for _tagEOS_Sessions_IsUserInSessionOptions
impl !Send for _tagEOS_Sessions_IsUserInSessionOptions
impl !Sync for _tagEOS_Sessions_IsUserInSessionOptions
impl Unpin for _tagEOS_Sessions_IsUserInSessionOptions
impl UnsafeUnpin for _tagEOS_Sessions_IsUserInSessionOptions
impl UnwindSafe for _tagEOS_Sessions_IsUserInSessionOptions
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