pub struct InterstitialShown {}
Trait Implementations§
source§impl BaseParser for InterstitialShown
impl BaseParser for InterstitialShown
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 InterstitialShown
impl Clone for InterstitialShown
source§fn clone(&self) -> InterstitialShown
fn clone(&self) -> InterstitialShown
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 InterstitialShown
impl Debug for InterstitialShown
source§impl Default for InterstitialShown
impl Default for InterstitialShown
source§fn default() -> InterstitialShown
fn default() -> InterstitialShown
Returns the “default value” for a type. Read more
source§impl PacketVariable for InterstitialShown
impl PacketVariable for InterstitialShown
source§impl PartialEq<InterstitialShown> for InterstitialShown
impl PartialEq<InterstitialShown> for InterstitialShown
source§fn eq(&self, other: &InterstitialShown) -> bool
fn eq(&self, other: &InterstitialShown) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InterstitialShown
Auto Trait Implementations§
impl RefUnwindSafe for InterstitialShown
impl Send for InterstitialShown
impl Sync for InterstitialShown
impl Unpin for InterstitialShown
impl UnwindSafe for InterstitialShown
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