pub struct Badges {
pub total_fragments: i32,
pub fragment_no: i32,
pub current_fragment: HashMap<i32, String>,
}
Fields§
§total_fragments: i32
§fragment_no: i32
§current_fragment: HashMap<i32, String>
Trait Implementations§
Source§impl BaseParser for Badges
impl BaseParser for Badges
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 PacketVariable for Badges
impl PacketVariable for Badges
impl StructuralPartialEq for Badges
Auto Trait Implementations§
impl Freeze for Badges
impl RefUnwindSafe for Badges
impl Send for Badges
impl Sync for Badges
impl Unpin for Badges
impl UnwindSafe for Badges
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