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