pub struct GraphalgHandle {
pub sm: SmVersion,
pub rng: LcgRng,
}Expand description
Top-level graph algorithm computation handle bundling SM version and a seeded RNG.
Fields§
§sm: SmVersion§rng: LcgRngImplementations§
Trait Implementations§
Source§impl Clone for GraphalgHandle
impl Clone for GraphalgHandle
Source§fn clone(&self) -> GraphalgHandle
fn clone(&self) -> GraphalgHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GraphalgHandle
impl RefUnwindSafe for GraphalgHandle
impl Send for GraphalgHandle
impl Sync for GraphalgHandle
impl Unpin for GraphalgHandle
impl UnsafeUnpin for GraphalgHandle
impl UnwindSafe for GraphalgHandle
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