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