pub struct FlashPage {
pub start: u32,
}Fields§
§start: u32Trait Implementations§
impl Copy for FlashPage
impl Eq for FlashPage
impl StructuralPartialEq for FlashPage
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