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