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