pub struct RoomQueueStatus {
pub flat_id: LegacyId,
pub queue: RoomQueueSet,
}
Fields§
§flat_id: LegacyId
§queue: RoomQueueSet
Trait Implementations§
source§impl BaseParser for RoomQueueStatus
impl BaseParser for RoomQueueStatus
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 RoomQueueStatus
impl Clone for RoomQueueStatus
source§fn clone(&self) -> RoomQueueStatus
fn clone(&self) -> RoomQueueStatus
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 RoomQueueStatus
impl Debug for RoomQueueStatus
source§impl Default for RoomQueueStatus
impl Default for RoomQueueStatus
source§fn default() -> RoomQueueStatus
fn default() -> RoomQueueStatus
Returns the “default value” for a type. Read more
source§impl PacketVariable for RoomQueueStatus
impl PacketVariable for RoomQueueStatus
source§impl PartialEq<RoomQueueStatus> for RoomQueueStatus
impl PartialEq<RoomQueueStatus> for RoomQueueStatus
source§fn eq(&self, other: &RoomQueueStatus) -> bool
fn eq(&self, other: &RoomQueueStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RoomQueueStatus
Auto Trait Implementations§
impl RefUnwindSafe for RoomQueueStatus
impl Send for RoomQueueStatus
impl Sync for RoomQueueStatus
impl Unpin for RoomQueueStatus
impl UnwindSafe for RoomQueueStatus
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