#[repr(C)]pub struct switchtec_fw_part_summary {
pub boot: switchtec_fw_part_summary_switchtec_fw_part_type,
pub map: switchtec_fw_part_summary_switchtec_fw_part_type,
pub img: switchtec_fw_part_summary_switchtec_fw_part_type,
pub cfg: switchtec_fw_part_summary_switchtec_fw_part_type,
pub nvlog: switchtec_fw_part_summary_switchtec_fw_part_type,
pub seeprom: switchtec_fw_part_summary_switchtec_fw_part_type,
pub key: switchtec_fw_part_summary_switchtec_fw_part_type,
pub bl2: switchtec_fw_part_summary_switchtec_fw_part_type,
pub mult_cfg: *mut switchtec_fw_image_info,
pub nr_info: c_int,
pub all: __IncompleteArrayField<switchtec_fw_image_info>,
}
Fields§
§boot: switchtec_fw_part_summary_switchtec_fw_part_type
§map: switchtec_fw_part_summary_switchtec_fw_part_type
§img: switchtec_fw_part_summary_switchtec_fw_part_type
§cfg: switchtec_fw_part_summary_switchtec_fw_part_type
§nvlog: switchtec_fw_part_summary_switchtec_fw_part_type
§seeprom: switchtec_fw_part_summary_switchtec_fw_part_type
§key: switchtec_fw_part_summary_switchtec_fw_part_type
§bl2: switchtec_fw_part_summary_switchtec_fw_part_type
§mult_cfg: *mut switchtec_fw_image_info
§nr_info: c_int
§all: __IncompleteArrayField<switchtec_fw_image_info>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for switchtec_fw_part_summary
impl RefUnwindSafe for switchtec_fw_part_summary
impl !Send for switchtec_fw_part_summary
impl !Sync for switchtec_fw_part_summary
impl Unpin for switchtec_fw_part_summary
impl UnwindSafe for switchtec_fw_part_summary
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