Struct nettle_sys::aes128_ctx
source · #[repr(C)]pub struct aes128_ctx {
pub keys: [u32; 44],
}
Fields§
§keys: [u32; 44]
Trait Implementations§
source§impl Clone for aes128_ctx
impl Clone for aes128_ctx
source§fn clone(&self) -> aes128_ctx
fn clone(&self) -> aes128_ctx
Returns a copy 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 aes128_ctx
impl Debug for aes128_ctx
impl Copy for aes128_ctx
Auto Trait Implementations§
impl RefUnwindSafe for aes128_ctx
impl Send for aes128_ctx
impl Sync for aes128_ctx
impl Unpin for aes128_ctx
impl UnwindSafe for aes128_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