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