pub struct ItemInventoryPositions {
pub grid_count: u32,
pub in_inventory: &'static [InventoryPosition],
}Fields§
§grid_count: u32§in_inventory: &'static [InventoryPosition]Trait Implementations§
Source§impl Clone for ItemInventoryPositions
impl Clone for ItemInventoryPositions
Source§fn clone(&self) -> ItemInventoryPositions
fn clone(&self) -> ItemInventoryPositions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ItemInventoryPositions
Source§impl Debug for ItemInventoryPositions
impl Debug for ItemInventoryPositions
Source§impl Default for ItemInventoryPositions
impl Default for ItemInventoryPositions
Source§fn default() -> ItemInventoryPositions
fn default() -> ItemInventoryPositions
Returns the “default value” for a type. Read more
Source§impl PartialEq for ItemInventoryPositions
impl PartialEq for ItemInventoryPositions
impl StructuralPartialEq for ItemInventoryPositions
Auto Trait Implementations§
impl Freeze for ItemInventoryPositions
impl RefUnwindSafe for ItemInventoryPositions
impl Send for ItemInventoryPositions
impl Sync for ItemInventoryPositions
impl Unpin for ItemInventoryPositions
impl UnsafeUnpin for ItemInventoryPositions
impl UnwindSafe for ItemInventoryPositions
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