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 for YouAreController
impl PartialEq for YouAreController
impl StructuralPartialEq for YouAreController
Auto Trait Implementations§
impl Freeze for YouAreController
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