pub struct FloorItem {}
Fields§
§id: LegacyId
§type_id: i32
§x: i32
§y: i32
§dir: i32
§z: LegacyDouble
§size_z: LegacyDouble
§extra: i32
§data: StuffData
§expiry_time: i32
§usage_policy: i32
§owner_id: LegacyId
§static_class: String
§owner_name: Option<String>
Trait Implementations§
Source§impl PacketVariable for FloorItem
impl PacketVariable for FloorItem
impl StructuralPartialEq for FloorItem
Auto Trait Implementations§
impl Freeze for FloorItem
impl RefUnwindSafe for FloorItem
impl Send for FloorItem
impl Sync for FloorItem
impl Unpin for FloorItem
impl UnwindSafe for FloorItem
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