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