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