#[repr(C)]pub struct _tagEOS_Lobby_Attribute {
pub ApiVersion: i32,
pub Data: *mut EOS_Lobby_AttributeData,
pub Visibility: EOS_ELobbyAttributeVisibility,
}Expand description
An attribute and its visibility setting stored with a lobby. Used to store both lobby and lobby member data
Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_ATTRIBUTE_API_LATEST.
Data: *mut EOS_Lobby_AttributeDataKey/Value pair describing the attribute
Visibility: EOS_ELobbyAttributeVisibilityIs this attribute public or private to the lobby and its members
Trait Implementations§
Source§impl Clone for _tagEOS_Lobby_Attribute
impl Clone for _tagEOS_Lobby_Attribute
Source§fn clone(&self) -> _tagEOS_Lobby_Attribute
fn clone(&self) -> _tagEOS_Lobby_Attribute
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_Lobby_Attribute
impl Debug for _tagEOS_Lobby_Attribute
Source§impl Default for _tagEOS_Lobby_Attribute
impl Default for _tagEOS_Lobby_Attribute
impl Copy for _tagEOS_Lobby_Attribute
Auto Trait Implementations§
impl Freeze for _tagEOS_Lobby_Attribute
impl RefUnwindSafe for _tagEOS_Lobby_Attribute
impl !Send for _tagEOS_Lobby_Attribute
impl !Sync for _tagEOS_Lobby_Attribute
impl Unpin for _tagEOS_Lobby_Attribute
impl UnsafeUnpin for _tagEOS_Lobby_Attribute
impl UnwindSafe for _tagEOS_Lobby_Attribute
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