Struct classicube_sys::_InventoryData
source ·
[−]#[repr(C)]pub struct _InventoryData {
pub Table: [BlockID; 81],
pub Map: [BlockID; 768],
pub SelectedIndex: c_int,
pub Offset: c_int,
pub CanChangeSelected: cc_bool,
pub BlocksPerRow: cc_uint8,
}Fields
Table: [BlockID; 81]Map: [BlockID; 768]SelectedIndex: c_intOffset: c_intCanChangeSelected: cc_boolBlocksPerRow: cc_uint8Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _InventoryData
impl Send for _InventoryData
impl Sync for _InventoryData
impl Unpin for _InventoryData
impl UnwindSafe for _InventoryData
Blanket Implementations
Mutably borrows from an owned value. Read more
