#[repr(u8)]pub enum Rv64ZkndKsRnum {
R0 = 0,
R1 = 1,
R2 = 2,
R3 = 3,
R4 = 4,
R5 = 5,
R6 = 6,
R7 = 7,
R8 = 8,
R9 = 9,
Final = 10,
}Expand description
AES key schedule round constant number
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Rv64ZkndKsRnum
impl Clone for Rv64ZkndKsRnum
Source§fn clone(&self) -> Rv64ZkndKsRnum
fn clone(&self) -> Rv64ZkndKsRnum
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 Rv64ZkndKsRnum
impl Debug for Rv64ZkndKsRnum
Source§impl Display for Rv64ZkndKsRnum
impl Display for Rv64ZkndKsRnum
Source§impl From<Rv64ZkndKsRnum> for u8
impl From<Rv64ZkndKsRnum> for u8
Source§fn from(rnum: Rv64ZkndKsRnum) -> Self
fn from(rnum: Rv64ZkndKsRnum) -> Self
Converts to this type from the input type.
Source§impl From<Rv64ZkndKsRnum> for usize
impl From<Rv64ZkndKsRnum> for usize
Source§fn from(rnum: Rv64ZkndKsRnum) -> Self
fn from(rnum: Rv64ZkndKsRnum) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Rv64ZkndKsRnum
impl PartialEq for Rv64ZkndKsRnum
impl Copy for Rv64ZkndKsRnum
impl Eq for Rv64ZkndKsRnum
impl StructuralPartialEq for Rv64ZkndKsRnum
Auto Trait Implementations§
impl Freeze for Rv64ZkndKsRnum
impl RefUnwindSafe for Rv64ZkndKsRnum
impl Send for Rv64ZkndKsRnum
impl Sync for Rv64ZkndKsRnum
impl Unpin for Rv64ZkndKsRnum
impl UnsafeUnpin for Rv64ZkndKsRnum
impl UnwindSafe for Rv64ZkndKsRnum
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