pub struct ImageMetadata {
pub header: ImageHeader,
pub sha256_hash: Vec<u8>,
pub signature_key_hash: Vec<u8>,
pub signature: Vec<u8>,
}Expand description
Struct containing all the relevant metadata of a mcuboot image
Fieldsยง
ยงheader: ImageHeaderยงsha256_hash: Vec<u8>ยงsignature_key_hash: Vec<u8>ยงsignature: Vec<u8>Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for ImageMetadata
impl RefUnwindSafe for ImageMetadata
impl Send for ImageMetadata
impl Sync for ImageMetadata
impl Unpin for ImageMetadata
impl UnsafeUnpin for ImageMetadata
impl UnwindSafe for ImageMetadata
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