#[repr(u8)]pub enum Vr1rngi {
VR1RNGI_0 = 0,
VR1RNGI_1 = 1,
}Variants§
VR1RNGI_0 = 0
Range control not required. CFG[VREF1RNG] is not implemented.
VR1RNGI_1 = 1
Range control required. CFG[VREF1RNG] is implemented.
Implementations§
Trait Implementations§
Source§impl Ord for Vr1rngi
impl Ord for Vr1rngi
Source§impl PartialOrd for Vr1rngi
impl PartialOrd for Vr1rngi
impl Copy for Vr1rngi
impl Eq for Vr1rngi
impl StructuralPartialEq for Vr1rngi
Auto Trait Implementations§
impl Freeze for Vr1rngi
impl RefUnwindSafe for Vr1rngi
impl Send for Vr1rngi
impl Sync for Vr1rngi
impl Unpin for Vr1rngi
impl UnwindSafe for Vr1rngi
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