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