pub struct WiredFurniAction {
pub def: ActionDefinition,
}
Fields§
§def: ActionDefinition
Trait Implementations§
Source§impl BaseParser for WiredFurniAction
impl BaseParser for WiredFurniAction
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 WiredFurniAction
impl Clone for WiredFurniAction
Source§fn clone(&self) -> WiredFurniAction
fn clone(&self) -> WiredFurniAction
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 WiredFurniAction
impl Debug for WiredFurniAction
Source§impl Default for WiredFurniAction
impl Default for WiredFurniAction
Source§fn default() -> WiredFurniAction
fn default() -> WiredFurniAction
Returns the “default value” for a type. Read more
Source§impl PacketVariable for WiredFurniAction
impl PacketVariable for WiredFurniAction
Source§impl PartialEq for WiredFurniAction
impl PartialEq for WiredFurniAction
impl StructuralPartialEq for WiredFurniAction
Auto Trait Implementations§
impl Freeze for WiredFurniAction
impl RefUnwindSafe for WiredFurniAction
impl Send for WiredFurniAction
impl Sync for WiredFurniAction
impl Unpin for WiredFurniAction
impl UnwindSafe for WiredFurniAction
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