pub enum FlashUnit {
Page(FlashPage),
Sector(FlashSector),
}Variants§
Page(FlashPage)
Sector(FlashSector)
Trait Implementations§
impl Copy for FlashUnit
impl Eq for FlashUnit
impl StructuralPartialEq for FlashUnit
Auto Trait Implementations§
impl Freeze for FlashUnit
impl RefUnwindSafe for FlashUnit
impl Send for FlashUnit
impl Sync for FlashUnit
impl Unpin for FlashUnit
impl UnwindSafe for FlashUnit
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