Struct classicube_sys::_TabListData
source ·
[−]#[repr(C)]pub struct _TabListData {
pub NameOffsets: [cc_uint16; 256],
pub GroupRanks: [cc_uint8; 256],
pub _buffer: StringsBuffer,
}Fields
NameOffsets: [cc_uint16; 256]GroupRanks: [cc_uint8; 256]_buffer: StringsBufferTrait 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 _TabListData
impl !Send for _TabListData
impl !Sync for _TabListData
impl Unpin for _TabListData
impl UnwindSafe for _TabListData
Blanket Implementations
Mutably borrows from an owned value. Read more
