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