Fields
size: (u16, u16)
limits: (u16, u16)
Trait Implementations
sourceimpl MapInitialization for RandomUniform
impl MapInitialization for RandomUniform
fn initialize_map(
&mut self,
world: &mut World,
resources: &mut Resources
) -> Map
Auto Trait Implementations
impl RefUnwindSafe for RandomUniform
impl Send for RandomUniform
impl Sync for RandomUniform
impl Unpin for RandomUniform
impl UnwindSafe for RandomUniform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more