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 copy 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<RoomInfoUpdated> for RoomInfoUpdated
impl PartialEq<RoomInfoUpdated> for RoomInfoUpdated
source§fn eq(&self, other: &RoomInfoUpdated) -> bool
fn eq(&self, other: &RoomInfoUpdated) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RoomInfoUpdated
Auto Trait Implementations§
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