pub struct FlashPartition { /* private fields */ }
Expand description
A wrapper for flash partitions. There is no Zephyr struct that corresponds with this information, which is typically used in a more direct underlying manner.
Auto Trait Implementations§
impl Freeze for FlashPartition
impl RefUnwindSafe for FlashPartition
impl !Send for FlashPartition
impl !Sync for FlashPartition
impl Unpin for FlashPartition
impl UnwindSafe for FlashPartition
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