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