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