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