#[repr(u8)]pub enum IntStatusEntVal {
ENT_VAL_INVALID = 0,
ENT_VAL_VALID = 1,
}Variants§
ENT_VAL_INVALID = 0
Busy generation entropy. Any value read is invalid.
ENT_VAL_VALID = 1
TRNG can be stopped and entropy is valid if read.
Implementations§
Trait Implementations§
Source§impl Clone for IntStatusEntVal
impl Clone for IntStatusEntVal
Source§fn clone(&self) -> IntStatusEntVal
fn clone(&self) -> IntStatusEntVal
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 IntStatusEntVal
impl Debug for IntStatusEntVal
Source§impl From<IntStatusEntVal> for u8
impl From<IntStatusEntVal> for u8
Source§fn from(val: IntStatusEntVal) -> u8
fn from(val: IntStatusEntVal) -> u8
Converts to this type from the input type.
Source§impl From<u8> for IntStatusEntVal
impl From<u8> for IntStatusEntVal
Source§fn from(val: u8) -> IntStatusEntVal
fn from(val: u8) -> IntStatusEntVal
Converts to this type from the input type.
Source§impl Ord for IntStatusEntVal
impl Ord for IntStatusEntVal
Source§fn cmp(&self, other: &IntStatusEntVal) -> Ordering
fn cmp(&self, other: &IntStatusEntVal) -> 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 IntStatusEntVal
impl PartialEq for IntStatusEntVal
Source§impl PartialOrd for IntStatusEntVal
impl PartialOrd for IntStatusEntVal
impl Copy for IntStatusEntVal
impl Eq for IntStatusEntVal
impl StructuralPartialEq for IntStatusEntVal
Auto Trait Implementations§
impl Freeze for IntStatusEntVal
impl RefUnwindSafe for IntStatusEntVal
impl Send for IntStatusEntVal
impl Sync for IntStatusEntVal
impl Unpin for IntStatusEntVal
impl UnwindSafe for IntStatusEntVal
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