Struct classicube_sys::_EntitiesData
source · #[repr(C)]pub struct _EntitiesData {
pub List: [*mut Entity; 256],
pub NamesMode: cc_uint8,
pub ShadowsMode: cc_uint8,
pub CurPlayer: *mut LocalPlayer,
}
Fields§
§List: [*mut Entity; 256]
§NamesMode: cc_uint8
§ShadowsMode: cc_uint8
§CurPlayer: *mut LocalPlayer
Trait Implementations§
source§impl Clone for _EntitiesData
impl Clone for _EntitiesData
source§fn clone(&self) -> _EntitiesData
fn clone(&self) -> _EntitiesData
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 _EntitiesData
impl Debug for _EntitiesData
source§impl Hash for _EntitiesData
impl Hash for _EntitiesData
source§impl PartialEq for _EntitiesData
impl PartialEq for _EntitiesData
source§fn eq(&self, other: &_EntitiesData) -> bool
fn eq(&self, other: &_EntitiesData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _EntitiesData
impl Eq for _EntitiesData
impl StructuralPartialEq for _EntitiesData
Auto Trait Implementations§
impl Freeze for _EntitiesData
impl RefUnwindSafe for _EntitiesData
impl !Send for _EntitiesData
impl !Sync for _EntitiesData
impl Unpin for _EntitiesData
impl UnwindSafe for _EntitiesData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)