#[repr(C)]pub struct ocb_aes128_encrypt_key {
pub ocb: ocb_key,
pub encrypt: aes128_ctx,
}Fields§
§ocb: ocb_key§encrypt: aes128_ctxTrait Implementations§
Source§impl Clone for ocb_aes128_encrypt_key
impl Clone for ocb_aes128_encrypt_key
Source§fn clone(&self) -> ocb_aes128_encrypt_key
fn clone(&self) -> ocb_aes128_encrypt_key
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ocb_aes128_encrypt_key
Auto Trait Implementations§
impl Freeze for ocb_aes128_encrypt_key
impl RefUnwindSafe for ocb_aes128_encrypt_key
impl Send for ocb_aes128_encrypt_key
impl Sync for ocb_aes128_encrypt_key
impl Unpin for ocb_aes128_encrypt_key
impl UnsafeUnpin for ocb_aes128_encrypt_key
impl UnwindSafe for ocb_aes128_encrypt_key
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