pub struct MultiPaths { /* private fields */ }Expand description
Simulated multi-state paths: path i, step j is a dim-long state
vector at data[(i * steps + j) * dim ..][..dim].
Implementations§
Source§impl MultiPaths
impl MultiPaths
Auto Trait Implementations§
impl Freeze for MultiPaths
impl RefUnwindSafe for MultiPaths
impl Send for MultiPaths
impl Sync for MultiPaths
impl Unpin for MultiPaths
impl UnsafeUnpin for MultiPaths
impl UnwindSafe for MultiPaths
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