#[repr(C)]pub struct EcsArray {
pub type_: ecs_entity_t,
pub count: i32,
}Expand description
Component added to array type entities
Fields§
§type_: ecs_entity_t< Element type
count: i32< Number of elements
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EcsArray
impl RefUnwindSafe for EcsArray
impl Send for EcsArray
impl Sync for EcsArray
impl Unpin for EcsArray
impl UnwindSafe for EcsArray
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