pub struct VarTable { /* private fields */ }Expand description
The world’s variables, in slot order: shared across behaviors, so slots are
assigned once across the whole set. A name the world’s Variables asset
declares carries that declaration’s type and starting value; any other name a
behavior mentions is an integer starting at zero.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarTable
impl RefUnwindSafe for VarTable
impl Send for VarTable
impl Sync for VarTable
impl Unpin for VarTable
impl UnsafeUnpin for VarTable
impl UnwindSafe for VarTable
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