pub struct Game2StartSnowWar {
pub game_identifier: String,
}
Fields§
§game_identifier: String
Trait Implementations§
Source§impl BaseParser for Game2StartSnowWar
impl BaseParser for Game2StartSnowWar
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for Game2StartSnowWar
impl Clone for Game2StartSnowWar
Source§fn clone(&self) -> Game2StartSnowWar
fn clone(&self) -> Game2StartSnowWar
Returns a duplicate 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 Game2StartSnowWar
impl Debug for Game2StartSnowWar
Source§impl Default for Game2StartSnowWar
impl Default for Game2StartSnowWar
Source§fn default() -> Game2StartSnowWar
fn default() -> Game2StartSnowWar
Returns the “default value” for a type. Read more
Source§impl PacketVariable for Game2StartSnowWar
impl PacketVariable for Game2StartSnowWar
Source§impl PartialEq for Game2StartSnowWar
impl PartialEq for Game2StartSnowWar
impl StructuralPartialEq for Game2StartSnowWar
Auto Trait Implementations§
impl Freeze for Game2StartSnowWar
impl RefUnwindSafe for Game2StartSnowWar
impl Send for Game2StartSnowWar
impl Sync for Game2StartSnowWar
impl Unpin for Game2StartSnowWar
impl UnwindSafe for Game2StartSnowWar
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