Struct s2protocol::versions::protocol87702::bit_packed::GameTLobbySlotId
source · pub struct GameTLobbySlotId {
pub value: i64,
}Fields§
§value: i64Implementations§
Trait Implementations§
source§impl Clone for GameTLobbySlotId
impl Clone for GameTLobbySlotId
source§fn clone(&self) -> GameTLobbySlotId
fn clone(&self) -> GameTLobbySlotId
Returns a copy 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 GameTLobbySlotId
impl Debug for GameTLobbySlotId
source§impl PartialEq for GameTLobbySlotId
impl PartialEq for GameTLobbySlotId
source§fn eq(&self, other: &GameTLobbySlotId) -> bool
fn eq(&self, other: &GameTLobbySlotId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GameTLobbySlotId
Auto Trait Implementations§
impl RefUnwindSafe for GameTLobbySlotId
impl Send for GameTLobbySlotId
impl Sync for GameTLobbySlotId
impl Unpin for GameTLobbySlotId
impl UnwindSafe for GameTLobbySlotId
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