#[repr(C, packed(4))]pub struct LobbyDataUpdate_t {
pub m_ulSteamIDLobby: uint64,
pub m_ulSteamIDMember: uint64,
pub m_bSuccess: uint8,
}Fields§
§m_ulSteamIDLobby: uint64§m_ulSteamIDMember: uint64§m_bSuccess: uint8Trait Implementations§
Source§impl Clone for LobbyDataUpdate_t
impl Clone for LobbyDataUpdate_t
Source§fn clone(&self) -> LobbyDataUpdate_t
fn clone(&self) -> LobbyDataUpdate_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LobbyDataUpdate_t
Auto Trait Implementations§
impl Freeze for LobbyDataUpdate_t
impl RefUnwindSafe for LobbyDataUpdate_t
impl Send for LobbyDataUpdate_t
impl Sync for LobbyDataUpdate_t
impl Unpin for LobbyDataUpdate_t
impl UnsafeUnpin for LobbyDataUpdate_t
impl UnwindSafe for LobbyDataUpdate_t
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