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