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