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