pub struct DownloadCommandErase(/* private fields */);
Expand description
Command to erase.
Trait Implementations§
Source§impl Clone for DownloadCommandErase
impl Clone for DownloadCommandErase
Source§fn clone(&self) -> DownloadCommandErase
fn clone(&self) -> DownloadCommandErase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DownloadCommandErase
impl Debug for DownloadCommandErase
Source§impl From<DownloadCommandErase> for [u8; 5]
impl From<DownloadCommandErase> for [u8; 5]
Source§fn from(command: DownloadCommandErase) -> Self
fn from(command: DownloadCommandErase) -> Self
Converts to this type from the input type.
impl Copy for DownloadCommandErase
Auto Trait Implementations§
impl Freeze for DownloadCommandErase
impl RefUnwindSafe for DownloadCommandErase
impl Send for DownloadCommandErase
impl Sync for DownloadCommandErase
impl Unpin for DownloadCommandErase
impl UnwindSafe for DownloadCommandErase
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