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