pub struct QmiMessageDmsSetBootImageDownloadModeOutput { /* private fields */ }Expand description
The QmiMessageDmsSetBootImageDownloadModeOutput structure contains private data and should only be accessed
using the provided API.
Since: 1.18
Trait Implementations§
Source§impl Clone for QmiMessageDmsSetBootImageDownloadModeOutput
impl Clone for QmiMessageDmsSetBootImageDownloadModeOutput
Source§fn clone(&self) -> QmiMessageDmsSetBootImageDownloadModeOutput
fn clone(&self) -> QmiMessageDmsSetBootImageDownloadModeOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageDmsSetBootImageDownloadModeOutput
Auto Trait Implementations§
impl Freeze for QmiMessageDmsSetBootImageDownloadModeOutput
impl RefUnwindSafe for QmiMessageDmsSetBootImageDownloadModeOutput
impl Send for QmiMessageDmsSetBootImageDownloadModeOutput
impl Sync for QmiMessageDmsSetBootImageDownloadModeOutput
impl Unpin for QmiMessageDmsSetBootImageDownloadModeOutput
impl UnsafeUnpin for QmiMessageDmsSetBootImageDownloadModeOutput
impl UnwindSafe for QmiMessageDmsSetBootImageDownloadModeOutput
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