#[repr(u8)]pub enum ModEnOvTrng {
MOD_EN_OV_TRNG_0 = 0,
MOD_EN_OV_TRNG_1 = 1,
}Variants§
MOD_EN_OV_TRNG_0 = 0
don’t override module enable signal
MOD_EN_OV_TRNG_1 = 1
override module enable signal
Implementations§
Source§impl ModEnOvTrng
impl ModEnOvTrng
Trait Implementations§
Source§impl Clone for ModEnOvTrng
impl Clone for ModEnOvTrng
Source§fn clone(&self) -> ModEnOvTrng
fn clone(&self) -> ModEnOvTrng
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModEnOvTrng
impl Debug for ModEnOvTrng
Source§impl From<ModEnOvTrng> for u8
impl From<ModEnOvTrng> for u8
Source§fn from(val: ModEnOvTrng) -> u8
fn from(val: ModEnOvTrng) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ModEnOvTrng
impl From<u8> for ModEnOvTrng
Source§fn from(val: u8) -> ModEnOvTrng
fn from(val: u8) -> ModEnOvTrng
Converts to this type from the input type.
Source§impl Ord for ModEnOvTrng
impl Ord for ModEnOvTrng
Source§fn cmp(&self, other: &ModEnOvTrng) -> Ordering
fn cmp(&self, other: &ModEnOvTrng) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ModEnOvTrng
impl PartialEq for ModEnOvTrng
Source§impl PartialOrd for ModEnOvTrng
impl PartialOrd for ModEnOvTrng
impl Copy for ModEnOvTrng
impl Eq for ModEnOvTrng
impl StructuralPartialEq for ModEnOvTrng
Auto Trait Implementations§
impl Freeze for ModEnOvTrng
impl RefUnwindSafe for ModEnOvTrng
impl Send for ModEnOvTrng
impl Sync for ModEnOvTrng
impl Unpin for ModEnOvTrng
impl UnwindSafe for ModEnOvTrng
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