Struct classicube_sys::ChunkPartInfo
source ·
[−]#[repr(C)]pub struct ChunkPartInfo {
pub Offset: c_int,
pub SpriteCount: c_int,
pub Counts: [cc_uint16; 6],
}Fields
Offset: c_intSpriteCount: c_intCounts: [cc_uint16; 6]Trait 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 ChunkPartInfo
impl Send for ChunkPartInfo
impl Sync for ChunkPartInfo
impl Unpin for ChunkPartInfo
impl UnwindSafe for ChunkPartInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
