#[repr(C)]pub struct ocrypto_aes_cbc_ctx {
pub xkey: [u32; 60],
pub iv: [u8; 16],
pub key_size: u8,
}Expand description
@cond
Fields§
§xkey: [u32; 60]§iv: [u8; 16]§key_size: u8Trait Implementations§
Source§impl Clone for ocrypto_aes_cbc_ctx
impl Clone for ocrypto_aes_cbc_ctx
Source§fn clone(&self) -> ocrypto_aes_cbc_ctx
fn clone(&self) -> ocrypto_aes_cbc_ctx
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 moreSource§impl Debug for ocrypto_aes_cbc_ctx
impl Debug for ocrypto_aes_cbc_ctx
impl Copy for ocrypto_aes_cbc_ctx
Auto Trait Implementations§
impl Freeze for ocrypto_aes_cbc_ctx
impl RefUnwindSafe for ocrypto_aes_cbc_ctx
impl Send for ocrypto_aes_cbc_ctx
impl Sync for ocrypto_aes_cbc_ctx
impl Unpin for ocrypto_aes_cbc_ctx
impl UnwindSafe for ocrypto_aes_cbc_ctx
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