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