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