#[repr(transparent)]pub struct Starta(pub u32);Expand description
start (or only) address for next flash command
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Starta
impl Eq for Starta
impl StructuralPartialEq for Starta
Auto Trait Implementations§
impl Freeze for Starta
impl RefUnwindSafe for Starta
impl Send for Starta
impl Sync for Starta
impl Unpin for Starta
impl UnwindSafe for Starta
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