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