Struct zero_ecs_build::SystemDefParamReference
source · pub struct SystemDefParamReference {
pub name: String,
pub ty: String,
pub mutable: bool,
}Fields§
§name: String§ty: String§mutable: boolTrait Implementations§
source§impl Clone for SystemDefParamReference
impl Clone for SystemDefParamReference
source§fn clone(&self) -> SystemDefParamReference
fn clone(&self) -> SystemDefParamReference
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SystemDefParamReference
impl Debug for SystemDefParamReference
source§impl Default for SystemDefParamReference
impl Default for SystemDefParamReference
source§fn default() -> SystemDefParamReference
fn default() -> SystemDefParamReference
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SystemDefParamReference
impl Send for SystemDefParamReference
impl Sync for SystemDefParamReference
impl Unpin for SystemDefParamReference
impl UnwindSafe for SystemDefParamReference
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