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 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 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 for InterstitialShown
impl PartialEq for InterstitialShown
impl StructuralPartialEq for InterstitialShown
Auto Trait Implementations§
impl Freeze for InterstitialShown
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