pub enum RNGEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Random number generator enable
Value on reset: 0
Variants§
Disabled = 0
0: Random number generator is disabled
Enabled = 1
1: Random number generator is enabled
Trait Implementations§
impl Copy for RNGEN
impl Eq for RNGEN
impl StructuralPartialEq for RNGEN
Auto Trait Implementations§
impl Freeze for RNGEN
impl RefUnwindSafe for RNGEN
impl Send for RNGEN
impl Sync for RNGEN
impl Unpin for RNGEN
impl UnwindSafe for RNGEN
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