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