#[repr(u8)]pub enum TrngStopAck {
TRNG_STOP_ACK_0 = 0,
TRNG_STOP_ACK_1 = 1,
}Variants§
TRNG_STOP_ACK_0 = 0
TRNG stop acknowledge is not asserted
TRNG_STOP_ACK_1 = 1
TRNG stop acknowledge is asserted
Implementations§
Source§impl TrngStopAck
impl TrngStopAck
Trait Implementations§
Source§impl Clone for TrngStopAck
impl Clone for TrngStopAck
Source§fn clone(&self) -> TrngStopAck
fn clone(&self) -> TrngStopAck
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 TrngStopAck
impl Debug for TrngStopAck
Source§impl From<TrngStopAck> for u8
impl From<TrngStopAck> for u8
Source§fn from(val: TrngStopAck) -> u8
fn from(val: TrngStopAck) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TrngStopAck
impl From<u8> for TrngStopAck
Source§fn from(val: u8) -> TrngStopAck
fn from(val: u8) -> TrngStopAck
Converts to this type from the input type.
Source§impl Ord for TrngStopAck
impl Ord for TrngStopAck
Source§fn cmp(&self, other: &TrngStopAck) -> Ordering
fn cmp(&self, other: &TrngStopAck) -> 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 TrngStopAck
impl PartialEq for TrngStopAck
Source§impl PartialOrd for TrngStopAck
impl PartialOrd for TrngStopAck
impl Copy for TrngStopAck
impl Eq for TrngStopAck
impl StructuralPartialEq for TrngStopAck
Auto Trait Implementations§
impl Freeze for TrngStopAck
impl RefUnwindSafe for TrngStopAck
impl Send for TrngStopAck
impl Sync for TrngStopAck
impl Unpin for TrngStopAck
impl UnwindSafe for TrngStopAck
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