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