Struct classicube_sys::_EntitiesData
source ·
[−]#[repr(C)]pub struct _EntitiesData {
pub List: [*mut Entity; 256],
pub NamesMode: cc_uint8,
pub ShadowsMode: cc_uint8,
}Fields
List: [*mut Entity; 256]NamesMode: cc_uint8ShadowsMode: 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 _EntitiesData
impl !Send for _EntitiesData
impl !Sync for _EntitiesData
impl Unpin for _EntitiesData
impl UnwindSafe for _EntitiesData
Blanket Implementations
Mutably borrows from an owned value. Read more
