pub struct Objects {
pub owner_names: HashMap<LegacyId, String>,
pub objects: Vec<FloorItem>,
}
Fields§
§owner_names: HashMap<LegacyId, String>
§objects: Vec<FloorItem>
Trait Implementations§
Source§impl BaseParser for Objects
impl BaseParser for Objects
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 Objects
impl PacketVariable for Objects
impl StructuralPartialEq for Objects
Auto Trait Implementations§
impl Freeze for Objects
impl RefUnwindSafe for Objects
impl Send for Objects
impl Sync for Objects
impl Unpin for Objects
impl UnwindSafe for Objects
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