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