#[repr(C)]pub struct cast128_ctx {
pub rounds: c_uint,
pub Kr: [c_uchar; 16],
pub Km: [u32; 16],
}
Fields§
§rounds: c_uint
§Kr: [c_uchar; 16]
§Km: [u32; 16]
Trait Implementations§
Source§impl Clone for cast128_ctx
impl Clone for cast128_ctx
Source§fn clone(&self) -> cast128_ctx
fn clone(&self) -> cast128_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 cast128_ctx
impl Debug for cast128_ctx
impl Copy for cast128_ctx
Auto Trait Implementations§
impl Freeze for cast128_ctx
impl RefUnwindSafe for cast128_ctx
impl Send for cast128_ctx
impl Sync for cast128_ctx
impl Unpin for cast128_ctx
impl UnwindSafe for cast128_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