pub struct Firmware {
pub image_pattern: String,
pub sdram_staging: bool,
}Expand description
How firmware images are named and installed.
Fields§
§image_pattern: StringVendor image names, {version} standing for major.minor.
sdram_staging: boolThe card stages an image in SDRAM and programs itself.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Firmware
impl<'de> Deserialize<'de> for Firmware
Source§fn 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 Freeze for Firmware
impl RefUnwindSafe for Firmware
impl Send for Firmware
impl Sync for Firmware
impl Unpin for Firmware
impl UnsafeUnpin for Firmware
impl UnwindSafe for Firmware
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