#[repr(C)]pub struct _TabListData {
pub NameOffsets: [cc_uint16; 256],
pub GroupRanks: [cc_uint8; 256],
pub _buffer: StringsBuffer,
pub _entityLinked: [cc_uint8; 32],
}
Fields§
§NameOffsets: [cc_uint16; 256]
§GroupRanks: [cc_uint8; 256]
§_buffer: StringsBuffer
§_entityLinked: [cc_uint8; 32]
Trait Implementations§
Source§impl Clone for _TabListData
impl Clone for _TabListData
Source§fn clone(&self) -> _TabListData
fn clone(&self) -> _TabListData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _TabListData
impl Debug for _TabListData
Source§impl Hash for _TabListData
impl Hash for _TabListData
Source§impl PartialEq for _TabListData
impl PartialEq for _TabListData
impl Copy for _TabListData
impl Eq for _TabListData
impl StructuralPartialEq for _TabListData
Auto Trait Implementations§
impl Freeze for _TabListData
impl RefUnwindSafe for _TabListData
impl !Send for _TabListData
impl !Sync for _TabListData
impl Unpin for _TabListData
impl UnwindSafe for _TabListData
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