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