pub struct LobbyAttribute(/* private fields */);Implementations§
Source§impl LobbyAttribute
impl LobbyAttribute
pub unsafe fn from_raw(ptr: *mut EOS_Lobby_Attribute) -> Result<Self>
pub fn as_ptr(&self) -> *mut EOS_Lobby_Attribute
pub fn into_raw(self) -> *mut EOS_Lobby_Attribute
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LobbyAttribute
impl RefUnwindSafe for LobbyAttribute
impl !Send for LobbyAttribute
impl !Sync for LobbyAttribute
impl Unpin for LobbyAttribute
impl UnsafeUnpin for LobbyAttribute
impl UnwindSafe for LobbyAttribute
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