pub struct SetAddress<'dfu> { /* private fields */ }
Expand description
Set the address for download.
Implementations§
Source§impl<'dfu> SetAddress<'dfu>
impl<'dfu> SetAddress<'dfu>
Sourcepub fn set_address(
self,
) -> (WaitState<DownloadLoop<'dfu>>, UsbWriteControl<[u8; 5]>)
pub fn set_address( self, ) -> (WaitState<DownloadLoop<'dfu>>, UsbWriteControl<[u8; 5]>)
Set the address for download.
Auto Trait Implementations§
impl<'dfu> Freeze for SetAddress<'dfu>
impl<'dfu> RefUnwindSafe for SetAddress<'dfu>
impl<'dfu> Send for SetAddress<'dfu>
impl<'dfu> Sync for SetAddress<'dfu>
impl<'dfu> Unpin for SetAddress<'dfu>
impl<'dfu> UnwindSafe for SetAddress<'dfu>
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