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