#[repr(u8)]pub enum PrngRdy {
NTREADY = 0,
READY = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PrngRdy
impl Ord for PrngRdy
Source§impl PartialOrd for PrngRdy
impl PartialOrd for PrngRdy
impl Copy for PrngRdy
impl Eq for PrngRdy
impl StructuralPartialEq for PrngRdy
Auto Trait Implementations§
impl Freeze for PrngRdy
impl RefUnwindSafe for PrngRdy
impl Send for PrngRdy
impl Sync for PrngRdy
impl Unpin for PrngRdy
impl UnwindSafe for PrngRdy
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