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