pub(super) union InnerEnc {
pub(super) intrinsics: ManuallyDrop<Aes128Enc>,
pub(super) soft: ManuallyDrop<Aes128Enc>,
}Fields§
§intrinsics: ManuallyDrop<Aes128Enc>§soft: ManuallyDrop<Aes128Enc>Auto Trait Implementations§
impl Freeze for InnerEnc
impl RefUnwindSafe for InnerEnc
impl Send for InnerEnc
impl Sync for InnerEnc
impl Unpin for InnerEnc
impl UnsafeUnpin for InnerEnc
impl UnwindSafe for InnerEnc
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