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