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