pub struct FlashProgress {
pub last_crc: u32,
pub flash_offset: u32,
pub flash_size: u32,
pub remaining: u32,
pub target_partition: usize,
pub target_crc: u32,
}Fields§
§last_crc: u32§flash_offset: u32§flash_size: u32§remaining: u32§target_partition: usize§target_crc: u32Trait Implementations§
Source§impl Clone for FlashProgress
impl Clone for FlashProgress
Source§fn clone(&self) -> FlashProgress
fn clone(&self) -> FlashProgress
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 moreAuto Trait Implementations§
impl Freeze for FlashProgress
impl RefUnwindSafe for FlashProgress
impl Send for FlashProgress
impl Sync for FlashProgress
impl Unpin for FlashProgress
impl UnwindSafe for FlashProgress
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