#[repr(C, packed(1))]pub struct flash_info_regs {
pub flash_part_map_upd_idx: u32,
pub active_img: flash_info_regs_active_partition_info,
pub active_cfg: flash_info_regs_active_partition_info,
pub inactive_img: flash_info_regs_active_partition_info,
pub inactive_cfg: flash_info_regs_active_partition_info,
pub flash_length: u32,
pub cfg0: flash_info_regs_partition_info,
pub cfg1: flash_info_regs_partition_info,
pub img0: flash_info_regs_partition_info,
pub img1: flash_info_regs_partition_info,
pub nvlog: flash_info_regs_partition_info,
pub vendor: [flash_info_regs_partition_info; 8],
}Fields§
§flash_part_map_upd_idx: u32§active_img: flash_info_regs_active_partition_info§active_cfg: flash_info_regs_active_partition_info§inactive_img: flash_info_regs_active_partition_info§inactive_cfg: flash_info_regs_active_partition_info§flash_length: u32§cfg0: flash_info_regs_partition_info§cfg1: flash_info_regs_partition_info§img0: flash_info_regs_partition_info§img1: flash_info_regs_partition_info§nvlog: flash_info_regs_partition_info§vendor: [flash_info_regs_partition_info; 8]Trait Implementations§
Source§impl Clone for flash_info_regs
impl Clone for flash_info_regs
Source§fn clone(&self) -> flash_info_regs
fn clone(&self) -> flash_info_regs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for flash_info_regs
impl Debug for flash_info_regs
impl Copy for flash_info_regs
Auto Trait Implementations§
impl Freeze for flash_info_regs
impl RefUnwindSafe for flash_info_regs
impl Send for flash_info_regs
impl Sync for flash_info_regs
impl Unpin for flash_info_regs
impl UnwindSafe for flash_info_regs
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