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