Struct esp_idf_sys::ets_secure_boot_sig_block
source · [−]#[repr(C)]pub struct ets_secure_boot_sig_block {
pub magic_byte: u8,
pub version: u8,
pub _reserved1: u8,
pub _reserved2: u8,
pub image_digest: [u8; 32],
pub key: ets_rsa_pubkey_t,
pub signature: [u8; 384],
pub block_crc: u32,
pub _padding: [u8; 16],
}
Fields
magic_byte: u8
version: u8
_reserved1: u8
_reserved2: u8
image_digest: [u8; 32]
key: ets_rsa_pubkey_t
signature: [u8; 384]
block_crc: u32
_padding: [u8; 16]
Trait Implementations
sourceimpl Clone for ets_secure_boot_sig_block
impl Clone for ets_secure_boot_sig_block
sourcefn clone(&self) -> ets_secure_boot_sig_block
fn clone(&self) -> ets_secure_boot_sig_block
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ets_secure_boot_sig_block
impl Debug for ets_secure_boot_sig_block
sourceimpl Default for ets_secure_boot_sig_block
impl Default for ets_secure_boot_sig_block
impl Copy for ets_secure_boot_sig_block
Auto Trait Implementations
impl RefUnwindSafe for ets_secure_boot_sig_block
impl Send for ets_secure_boot_sig_block
impl Sync for ets_secure_boot_sig_block
impl Unpin for ets_secure_boot_sig_block
impl UnwindSafe for ets_secure_boot_sig_block
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more