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