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