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