Struct lpc55::secure_binary::Firmware
source · [−]pub struct Firmware {
pub image: String,
pub signed_image: String,
pub secure_boot_image: String,
pub build: u32,
pub component: Version,
pub product: Version,
}
Expand description
Firmware versions and image locations.
Fields
image: String
Path to the input image (can be ELF, signed or unsigned BIN)
signed_image: String
Path to place signed binary
secure_boot_image: String
Path to place signed SB2.1 file
build: u32
component: Version
product: Version
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Firmware
impl<'de> Deserialize<'de> for Firmware
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Firmware
impl Send for Firmware
impl Sync for Firmware
impl Unpin for Firmware
impl UnwindSafe for Firmware
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more