pub struct FlashPage(pub usize);
Expand description
Flash page representation where each flash page represents a region of 2048 bytes. The flash controller can only erase on a page basis.
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlashPage
impl RefUnwindSafe for FlashPage
impl Send for FlashPage
impl Sync for FlashPage
impl Unpin for FlashPage
impl UnwindSafe for FlashPage
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