pub struct SetWriteMemoryRegion {
pub start_addr: u32,
pub len: u32,
}Expand description
0x01 - Set address and offset of the firmware
Fields§
§start_addr: u32§len: u32Trait Implementations§
Source§impl Command for SetWriteMemoryRegion
impl Command for SetWriteMemoryRegion
Auto Trait Implementations§
impl Freeze for SetWriteMemoryRegion
impl RefUnwindSafe for SetWriteMemoryRegion
impl Send for SetWriteMemoryRegion
impl Sync for SetWriteMemoryRegion
impl Unpin for SetWriteMemoryRegion
impl UnsafeUnpin for SetWriteMemoryRegion
impl UnwindSafe for SetWriteMemoryRegion
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