Struct esp_idf_sys::esp_aes_context
source · #[repr(C)]pub struct esp_aes_context {
pub key_bytes: u8,
pub key_in_hardware: u8,
pub key: [u8; 32],
}
Expand description
\brief AES context structure
Fields§
§key_bytes: u8
§key_in_hardware: u8
§key: [u8; 32]
Trait Implementations§
source§impl Clone for esp_aes_context
impl Clone for esp_aes_context
source§fn clone(&self) -> esp_aes_context
fn clone(&self) -> esp_aes_context
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for esp_aes_context
impl Debug for esp_aes_context
source§impl Default for esp_aes_context
impl Default for esp_aes_context
source§fn default() -> esp_aes_context
fn default() -> esp_aes_context
Returns the “default value” for a type. Read more
impl Copy for esp_aes_context
Auto Trait Implementations§
impl Freeze for esp_aes_context
impl RefUnwindSafe for esp_aes_context
impl Send for esp_aes_context
impl Sync for esp_aes_context
impl Unpin for esp_aes_context
impl UnwindSafe for esp_aes_context
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)