pub struct DlaConfig {
pub num_particles: usize,
pub max_walk_steps: usize,
}Fields§
§num_particles: usize§max_walk_steps: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DlaConfig
impl RefUnwindSafe for DlaConfig
impl Send for DlaConfig
impl Sync for DlaConfig
impl Unpin for DlaConfig
impl UnwindSafe for DlaConfig
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