Union ring::aead::chacha20_poly1305::InOut
source · #[repr(C)]
union InOut<T>where
T: Copy,{
input: T,
out: Out,
}
Fields§
§input: T
§out: Out
Auto Trait Implementations§
impl<T> Freeze for InOut<T>where
T: Freeze,
impl<T> RefUnwindSafe for InOut<T>where
T: RefUnwindSafe,
impl<T> Send for InOut<T>where
T: Send,
impl<T> Sync for InOut<T>where
T: Sync,
impl<T> Unpin for InOut<T>where
T: Unpin,
impl<T> UnwindSafe for InOut<T>where
T: UnwindSafe,
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