#[repr(C)]pub struct rijndael_ctx {
pub Nr: c_int,
pub ek: [aes_u32; 44],
}Fields§
§Nr: c_int§ek: [aes_u32; 44]Trait Implementations§
Source§impl Clone for rijndael_ctx
impl Clone for rijndael_ctx
Source§fn clone(&self) -> rijndael_ctx
fn clone(&self) -> rijndael_ctx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rijndael_ctx
Auto Trait Implementations§
impl Freeze for rijndael_ctx
impl RefUnwindSafe for rijndael_ctx
impl Send for rijndael_ctx
impl Sync for rijndael_ctx
impl Unpin for rijndael_ctx
impl UnsafeUnpin for rijndael_ctx
impl UnwindSafe for rijndael_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