#[repr(C)]pub struct AES256_ctx {
pub rk: [AES_state; 15],
}Fields§
§rk: [AES_state; 15]Trait Implementations§
Source§impl Clone for AES256_ctx
impl Clone for AES256_ctx
Source§fn clone(&self) -> AES256_ctx
fn clone(&self) -> AES256_ctx
Returns a duplicate 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 AES256_ctx
impl Debug for AES256_ctx
Source§impl Default for AES256_ctx
impl Default for AES256_ctx
Source§fn default() -> AES256_ctx
fn default() -> AES256_ctx
Returns the “default value” for a type. Read more
impl Copy for AES256_ctx
Auto Trait Implementations§
impl Freeze for AES256_ctx
impl RefUnwindSafe for AES256_ctx
impl Send for AES256_ctx
impl Sync for AES256_ctx
impl Unpin for AES256_ctx
impl UnwindSafe for AES256_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