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