#[repr(transparent)]pub struct MatrixRandomDistribution(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for MatrixRandomDistribution
impl Clone for MatrixRandomDistribution
Source§fn clone(&self) -> MatrixRandomDistribution
fn clone(&self) -> MatrixRandomDistribution
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 moreSource§impl Debug for MatrixRandomDistribution
impl Debug for MatrixRandomDistribution
Source§impl Default for MatrixRandomDistribution
impl Default for MatrixRandomDistribution
Source§fn default() -> MatrixRandomDistribution
fn default() -> MatrixRandomDistribution
Returns the “default value” for a type. Read more
Source§impl From<MatrixRandomDistribution> for usize
impl From<MatrixRandomDistribution> for usize
Source§fn from(value: MatrixRandomDistribution) -> Self
fn from(value: MatrixRandomDistribution) -> Self
Converts to this type from the input type.
Source§impl From<usize> for MatrixRandomDistribution
impl From<usize> for MatrixRandomDistribution
Source§impl Hash for MatrixRandomDistribution
impl Hash for MatrixRandomDistribution
Source§impl Ord for MatrixRandomDistribution
impl Ord for MatrixRandomDistribution
Source§fn cmp(&self, other: &MatrixRandomDistribution) -> Ordering
fn cmp(&self, other: &MatrixRandomDistribution) -> Ordering
1.21.0 (const: unstable) · 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 MatrixRandomDistribution
impl PartialEq for MatrixRandomDistribution
Source§fn eq(&self, other: &MatrixRandomDistribution) -> bool
fn eq(&self, other: &MatrixRandomDistribution) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MatrixRandomDistribution
impl PartialOrd for MatrixRandomDistribution
impl Copy for MatrixRandomDistribution
impl Eq for MatrixRandomDistribution
impl StructuralPartialEq for MatrixRandomDistribution
Auto Trait Implementations§
impl Freeze for MatrixRandomDistribution
impl RefUnwindSafe for MatrixRandomDistribution
impl Send for MatrixRandomDistribution
impl Sync for MatrixRandomDistribution
impl Unpin for MatrixRandomDistribution
impl UnsafeUnpin for MatrixRandomDistribution
impl UnwindSafe for MatrixRandomDistribution
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