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