pub struct MajRev(/* private fields */);Implementations§
Source§impl MajRev
impl MajRev
Sourcepub const MAJ_REV_VAL: Self
pub const MAJ_REV_VAL: Self
Major revision number for TRNG.
Trait Implementations§
Source§impl Ord for MajRev
impl Ord for MajRev
Source§impl PartialOrd for MajRev
impl PartialOrd for MajRev
impl Copy for MajRev
impl Eq for MajRev
impl StructuralPartialEq for MajRev
Auto Trait Implementations§
impl Freeze for MajRev
impl RefUnwindSafe for MajRev
impl Send for MajRev
impl Sync for MajRev
impl Unpin for MajRev
impl UnwindSafe for MajRev
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