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 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 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<ResetUnseenItems> for ResetUnseenItems
impl PartialEq<ResetUnseenItems> for ResetUnseenItems
source§fn eq(&self, other: &ResetUnseenItems) -> bool
fn eq(&self, other: &ResetUnseenItems) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResetUnseenItems
Auto Trait Implementations§
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