Struct zero_ecs_build::EntityDef
source · pub struct EntityDef {
pub name: String,
pub fields: Vec<Field>,
}Fields§
§name: String§fields: Vec<Field>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EntityDef
impl Send for EntityDef
impl Sync for EntityDef
impl Unpin for EntityDef
impl UnwindSafe for EntityDef
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