pub struct ApplySnapshot {
pub id: i32,
}
Fields§
§id: i32
Trait Implementations§
Source§impl BaseParser for ApplySnapshot
impl BaseParser for ApplySnapshot
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 ApplySnapshot
impl Clone for ApplySnapshot
Source§fn clone(&self) -> ApplySnapshot
fn clone(&self) -> ApplySnapshot
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 ApplySnapshot
impl Debug for ApplySnapshot
Source§impl Default for ApplySnapshot
impl Default for ApplySnapshot
Source§fn default() -> ApplySnapshot
fn default() -> ApplySnapshot
Returns the “default value” for a type. Read more
Source§impl PacketVariable for ApplySnapshot
impl PacketVariable for ApplySnapshot
Source§impl PartialEq for ApplySnapshot
impl PartialEq for ApplySnapshot
impl StructuralPartialEq for ApplySnapshot
Auto Trait Implementations§
impl Freeze for ApplySnapshot
impl RefUnwindSafe for ApplySnapshot
impl Send for ApplySnapshot
impl Sync for ApplySnapshot
impl Unpin for ApplySnapshot
impl UnwindSafe for ApplySnapshot
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