#[repr(C)]pub struct aes_key_st {
pub rd_key: [u32; 60],
pub rounds: c_uint,
}
Fields§
§rd_key: [u32; 60]
§rounds: c_uint
Trait Implementations§
Source§impl Clone for aes_key_st
impl Clone for aes_key_st
Source§fn clone(&self) -> aes_key_st
fn clone(&self) -> aes_key_st
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 aes_key_st
impl Debug for aes_key_st
Source§impl Default for aes_key_st
impl Default for aes_key_st
Source§impl PartialEq for aes_key_st
impl PartialEq for aes_key_st
impl Copy for aes_key_st
impl Eq for aes_key_st
impl StructuralPartialEq for aes_key_st
Auto Trait Implementations§
impl Freeze for aes_key_st
impl RefUnwindSafe for aes_key_st
impl Send for aes_key_st
impl Sync for aes_key_st
impl Unpin for aes_key_st
impl UnwindSafe for aes_key_st
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