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