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