pub struct FurniList {
pub total_fragments: i32,
pub fragment_no: i32,
pub furni_fragment: Vec<FurniData>,
}
Fields§
§total_fragments: i32
§fragment_no: i32
§furni_fragment: Vec<FurniData>
Trait Implementations§
Source§impl BaseParser for FurniList
impl BaseParser for FurniList
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 PacketVariable for FurniList
impl PacketVariable for FurniList
impl StructuralPartialEq for FurniList
Auto Trait Implementations§
impl Freeze for FurniList
impl RefUnwindSafe for FurniList
impl Send for FurniList
impl Sync for FurniList
impl Unpin for FurniList
impl UnwindSafe for FurniList
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