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