#[repr(u8)]pub enum AesOutMidTunToHash {
SECOND_STAGE = 0,
FIRST_STAGE = 1,
}Variants§
SECOND_STAGE = 0
The AES engine writes to the HASH the result of the second tunnel stage.
FIRST_STAGE = 1
The AES engine writes to the HASH the result of the first tunnel stage.
Implementations§
Trait Implementations§
Source§impl Clone for AesOutMidTunToHash
impl Clone for AesOutMidTunToHash
Source§fn clone(&self) -> AesOutMidTunToHash
fn clone(&self) -> AesOutMidTunToHash
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 AesOutMidTunToHash
impl Debug for AesOutMidTunToHash
Source§impl From<AesOutMidTunToHash> for u8
impl From<AesOutMidTunToHash> for u8
Source§fn from(val: AesOutMidTunToHash) -> u8
fn from(val: AesOutMidTunToHash) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AesOutMidTunToHash
impl From<u8> for AesOutMidTunToHash
Source§fn from(val: u8) -> AesOutMidTunToHash
fn from(val: u8) -> AesOutMidTunToHash
Converts to this type from the input type.
Source§impl Ord for AesOutMidTunToHash
impl Ord for AesOutMidTunToHash
Source§fn cmp(&self, other: &AesOutMidTunToHash) -> Ordering
fn cmp(&self, other: &AesOutMidTunToHash) -> 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 AesOutMidTunToHash
impl PartialEq for AesOutMidTunToHash
Source§impl PartialOrd for AesOutMidTunToHash
impl PartialOrd for AesOutMidTunToHash
impl Copy for AesOutMidTunToHash
impl Eq for AesOutMidTunToHash
impl StructuralPartialEq for AesOutMidTunToHash
Auto Trait Implementations§
impl Freeze for AesOutMidTunToHash
impl RefUnwindSafe for AesOutMidTunToHash
impl Send for AesOutMidTunToHash
impl Sync for AesOutMidTunToHash
impl Unpin for AesOutMidTunToHash
impl UnwindSafe for AesOutMidTunToHash
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