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