#[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 · 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 MfClassicPrngType
impl Debug for MfClassicPrngType
Source§impl Hash for MfClassicPrngType
impl Hash for MfClassicPrngType
Source§impl PartialEq for MfClassicPrngType
impl PartialEq for MfClassicPrngType
impl Copy for MfClassicPrngType
impl Eq for MfClassicPrngType
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 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