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