pub struct CEK { /* private fields */ }Expand description
A Content Encryption Key (CEK) that is zeroized on drop.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CEK
impl RefUnwindSafe for CEK
impl Send for CEK
impl Sync for CEK
impl Unpin for CEK
impl UnwindSafe for CEK
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