#[repr(C)]pub struct EcsStruct {
pub members: ecs_vec_t,
}Expand description
Component added to struct type entities
Fields§
§members: ecs_vec_tvector<ecs_member_t>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EcsStruct
impl RefUnwindSafe for EcsStruct
impl !Send for EcsStruct
impl !Sync for EcsStruct
impl Unpin for EcsStruct
impl UnwindSafe for EcsStruct
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