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