#[repr(C)]pub struct _VSLBRngProperties {
pub StreamStateSize: c_int,
pub NSeeds: c_int,
pub IncludesZero: c_int,
pub WordSize: c_int,
pub NBits: c_int,
pub InitStream: InitStreamPtr,
pub sBRng: sBRngPtr,
pub dBRng: dBRngPtr,
pub iBRng: iBRngPtr,
}Fields§
§StreamStateSize: c_int§NSeeds: c_int§IncludesZero: c_int§WordSize: c_int§NBits: c_int§InitStream: InitStreamPtr§sBRng: sBRngPtr§dBRng: dBRngPtr§iBRng: iBRngPtrTrait Implementations§
Source§impl Clone for _VSLBRngProperties
impl Clone for _VSLBRngProperties
Source§fn clone(&self) -> _VSLBRngProperties
fn clone(&self) -> _VSLBRngProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _VSLBRngProperties
impl Debug for _VSLBRngProperties
Source§impl Default for _VSLBRngProperties
impl Default for _VSLBRngProperties
Source§fn default() -> _VSLBRngProperties
fn default() -> _VSLBRngProperties
Returns the “default value” for a type. Read more
Source§impl Hash for _VSLBRngProperties
impl Hash for _VSLBRngProperties
Source§impl Ord for _VSLBRngProperties
impl Ord for _VSLBRngProperties
Source§fn cmp(&self, other: &_VSLBRngProperties) -> Ordering
fn cmp(&self, other: &_VSLBRngProperties) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _VSLBRngProperties
impl PartialEq for _VSLBRngProperties
Source§impl PartialOrd for _VSLBRngProperties
impl PartialOrd for _VSLBRngProperties
impl Copy for _VSLBRngProperties
impl Eq for _VSLBRngProperties
impl StructuralPartialEq for _VSLBRngProperties
Auto Trait Implementations§
impl Freeze for _VSLBRngProperties
impl RefUnwindSafe for _VSLBRngProperties
impl Send for _VSLBRngProperties
impl Sync for _VSLBRngProperties
impl Unpin for _VSLBRngProperties
impl UnwindSafe for _VSLBRngProperties
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