pub struct SeqHandle {
pub sm: SmVersion,
pub rng: LcgRng,
}Expand description
Top-level sequence-model computation handle bundling SM version and a seeded RNG.
Fields§
§sm: SmVersion§rng: LcgRngImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeqHandle
impl RefUnwindSafe for SeqHandle
impl Send for SeqHandle
impl Sync for SeqHandle
impl Unpin for SeqHandle
impl UnsafeUnpin for SeqHandle
impl UnwindSafe for SeqHandle
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