#[repr(C)]pub enum WrappingKey {
Aes128([u8; 16]),
Aes256([u8; 32]),
}
Variants§
Trait Implementations§
Source§impl PartialEq for WrappingKey
impl PartialEq for WrappingKey
impl StructuralPartialEq for WrappingKey
Auto Trait Implementations§
impl Freeze for WrappingKey
impl RefUnwindSafe for WrappingKey
impl Send for WrappingKey
impl Sync for WrappingKey
impl Unpin for WrappingKey
impl UnwindSafe for WrappingKey
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