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