Enum EntropyErr
#[repr(u8)]pub enum EntropyErr {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
B_0X0 = 0
No fault detected.
B_0X1 = 1
Embedded heath monitor detects an error in bit stream quality.
Implementations§
§impl EntropyErr
impl EntropyErr
pub const fn from_bits(val: u8) -> EntropyErr
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for EntropyErr
impl Clone for EntropyErr
§fn clone(&self) -> EntropyErr
fn clone(&self) -> EntropyErr
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 more§impl Debug for EntropyErr
impl Debug for EntropyErr
§impl From<EntropyErr> for u8
impl From<EntropyErr> for u8
§fn from(val: EntropyErr) -> u8
fn from(val: EntropyErr) -> u8
Converts to this type from the input type.
§impl From<u8> for EntropyErr
impl From<u8> for EntropyErr
§fn from(val: u8) -> EntropyErr
fn from(val: u8) -> EntropyErr
Converts to this type from the input type.
§impl Ord for EntropyErr
impl Ord for EntropyErr
§impl PartialEq for EntropyErr
impl PartialEq for EntropyErr
§impl PartialOrd for EntropyErr
impl PartialOrd for EntropyErr
impl Copy for EntropyErr
impl Eq for EntropyErr
impl StructuralPartialEq for EntropyErr
Auto Trait Implementations§
impl Freeze for EntropyErr
impl RefUnwindSafe for EntropyErr
impl Send for EntropyErr
impl Sync for EntropyErr
impl Unpin for EntropyErr
impl UnwindSafe for EntropyErr
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