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