#[repr(C)]pub struct _tagEOS_ActiveSession_Info {
pub ApiVersion: i32,
pub SessionName: *const c_char,
pub LocalUserId: EOS_ProductUserId,
pub State: EOS_EOnlineSessionState,
pub SessionDetails: *const EOS_SessionDetails_Info,
}Expand description
Top level details about an active session
Fields§
§ApiVersion: i32API Version: Set this to EOS_ACTIVESESSION_INFO_API_LATEST.
SessionName: *const c_charName of the session
LocalUserId: EOS_ProductUserIdThe Product User ID of the local user who created or joined the session
State: EOS_EOnlineSessionStateCurrent state of the session
SessionDetails: *const EOS_SessionDetails_InfoSession details
Trait Implementations§
Source§impl Clone for _tagEOS_ActiveSession_Info
impl Clone for _tagEOS_ActiveSession_Info
Source§fn clone(&self) -> _tagEOS_ActiveSession_Info
fn clone(&self) -> _tagEOS_ActiveSession_Info
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 _tagEOS_ActiveSession_Info
impl Debug for _tagEOS_ActiveSession_Info
Source§impl Default for _tagEOS_ActiveSession_Info
impl Default for _tagEOS_ActiveSession_Info
impl Copy for _tagEOS_ActiveSession_Info
Auto Trait Implementations§
impl Freeze for _tagEOS_ActiveSession_Info
impl RefUnwindSafe for _tagEOS_ActiveSession_Info
impl !Send for _tagEOS_ActiveSession_Info
impl !Sync for _tagEOS_ActiveSession_Info
impl Unpin for _tagEOS_ActiveSession_Info
impl UnsafeUnpin for _tagEOS_ActiveSession_Info
impl UnwindSafe for _tagEOS_ActiveSession_Info
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