#[repr(C)]pub struct camellia_key {
pub R: c_int,
pub kw: [ulong64; 4],
pub k: [ulong64; 24],
pub kl: [ulong64; 6],
}Fields§
§R: c_int§kw: [ulong64; 4]§k: [ulong64; 24]§kl: [ulong64; 6]Trait Implementations§
Source§impl Clone for camellia_key
impl Clone for camellia_key
Source§impl Debug for camellia_key
impl Debug for camellia_key
impl Copy for camellia_key
Auto Trait Implementations§
impl Freeze for camellia_key
impl RefUnwindSafe for camellia_key
impl Send for camellia_key
impl Sync for camellia_key
impl Unpin for camellia_key
impl UnwindSafe for camellia_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