#[repr(C)]pub struct EntityArrayT {
pub entities: *mut EntityT,
pub n: u32,
pub _padding_694: [c_char; 4],
}Fields§
§entities: *mut EntityT§n: u32§_padding_694: [c_char; 4]Trait Implementations§
Source§impl Clone for EntityArrayT
impl Clone for EntityArrayT
Source§fn clone(&self) -> EntityArrayT
fn clone(&self) -> EntityArrayT
Returns a duplicate 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 Default for EntityArrayT
impl Default for EntityArrayT
impl Copy for EntityArrayT
Auto Trait Implementations§
impl Freeze for EntityArrayT
impl RefUnwindSafe for EntityArrayT
impl !Send for EntityArrayT
impl !Sync for EntityArrayT
impl Unpin for EntityArrayT
impl UnwindSafe for EntityArrayT
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