#[repr(transparent)]pub struct MfClassicPrngType(pub c_uchar);Expand description
MfClassic pseudorandom number generator (PRNG) type.
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfClassicPrngType
impl Clone for MfClassicPrngType
Source§fn clone(&self) -> MfClassicPrngType
fn clone(&self) -> MfClassicPrngType
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 moreimpl Copy for MfClassicPrngType
Source§impl Debug for MfClassicPrngType
impl Debug for MfClassicPrngType
impl Eq for MfClassicPrngType
Source§impl Hash for MfClassicPrngType
impl Hash for MfClassicPrngType
Source§impl PartialEq for MfClassicPrngType
impl PartialEq for MfClassicPrngType
Source§fn eq(&self, other: &MfClassicPrngType) -> bool
fn eq(&self, other: &MfClassicPrngType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MfClassicPrngType
Auto Trait Implementations§
impl Freeze for MfClassicPrngType
impl RefUnwindSafe for MfClassicPrngType
impl Send for MfClassicPrngType
impl Sync for MfClassicPrngType
impl Unpin for MfClassicPrngType
impl UnsafeUnpin for MfClassicPrngType
impl UnwindSafe for MfClassicPrngType
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