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 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 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<CancelEvent> for CancelEvent
impl PartialEq<CancelEvent> for CancelEvent
source§fn eq(&self, other: &CancelEvent) -> bool
fn eq(&self, other: &CancelEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CancelEvent
Auto Trait Implementations§
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