#[repr(u8)]pub enum AesSel {
FIRST_AES = 0,
SECOND_AES = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for AesSel
impl Ord for AesSel
Source§impl PartialOrd for AesSel
impl PartialOrd for AesSel
impl Copy for AesSel
impl Eq for AesSel
impl StructuralPartialEq for AesSel
Auto Trait Implementations§
impl Freeze for AesSel
impl RefUnwindSafe for AesSel
impl Send for AesSel
impl Sync for AesSel
impl Unpin for AesSel
impl UnwindSafe for AesSel
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