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