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