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