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