pub struct DownloadCommandSetAddress(/* private fields */);
Expand description
Command to set address to download.
Trait Implementations§
Source§impl Clone for DownloadCommandSetAddress
impl Clone for DownloadCommandSetAddress
Source§fn clone(&self) -> DownloadCommandSetAddress
fn clone(&self) -> DownloadCommandSetAddress
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 DownloadCommandSetAddress
impl Debug for DownloadCommandSetAddress
Source§impl From<DownloadCommandSetAddress> for [u8; 5]
impl From<DownloadCommandSetAddress> for [u8; 5]
Source§fn from(command: DownloadCommandSetAddress) -> Self
fn from(command: DownloadCommandSetAddress) -> Self
Converts to this type from the input type.
impl Copy for DownloadCommandSetAddress
Auto Trait Implementations§
impl Freeze for DownloadCommandSetAddress
impl RefUnwindSafe for DownloadCommandSetAddress
impl Send for DownloadCommandSetAddress
impl Sync for DownloadCommandSetAddress
impl Unpin for DownloadCommandSetAddress
impl UnwindSafe for DownloadCommandSetAddress
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