pub struct InfoRetrieve {}
Trait Implementations§
Source§impl BaseParser for InfoRetrieve
impl BaseParser for InfoRetrieve
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 InfoRetrieve
impl Clone for InfoRetrieve
Source§fn clone(&self) -> InfoRetrieve
fn clone(&self) -> InfoRetrieve
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 InfoRetrieve
impl Debug for InfoRetrieve
Source§impl Default for InfoRetrieve
impl Default for InfoRetrieve
Source§fn default() -> InfoRetrieve
fn default() -> InfoRetrieve
Returns the “default value” for a type. Read more
Source§impl PacketVariable for InfoRetrieve
impl PacketVariable for InfoRetrieve
Source§impl PartialEq for InfoRetrieve
impl PartialEq for InfoRetrieve
impl StructuralPartialEq for InfoRetrieve
Auto Trait Implementations§
impl Freeze for InfoRetrieve
impl RefUnwindSafe for InfoRetrieve
impl Send for InfoRetrieve
impl Sync for InfoRetrieve
impl Unpin for InfoRetrieve
impl UnwindSafe for InfoRetrieve
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