#[repr(u8)]pub enum RngMask {
IRQENABLE = 0,
IRQDISABLE = 1,
}
Variants§
IRQENABLE = 0
Do not mask RNG interrupt i.e. interrupt is generated
IRQDISABLE = 1
Mask RNG interrupt i.e. no interrupt is generated
Implementations§
Trait Implementations§
Source§impl Ord for RngMask
impl Ord for RngMask
Source§impl PartialOrd for RngMask
impl PartialOrd for RngMask
impl Copy for RngMask
impl Eq for RngMask
impl StructuralPartialEq for RngMask
Auto Trait Implementations§
impl Freeze for RngMask
impl RefUnwindSafe for RngMask
impl Send for RngMask
impl Sync for RngMask
impl Unpin for RngMask
impl UnwindSafe for RngMask
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)