pub struct QmiMessageDmsGetBootImageDownloadModeOutput { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for QmiMessageDmsGetBootImageDownloadModeOutput
impl !Sync for QmiMessageDmsGetBootImageDownloadModeOutput
impl !Unpin for QmiMessageDmsGetBootImageDownloadModeOutput
impl Freeze for QmiMessageDmsGetBootImageDownloadModeOutput
impl RefUnwindSafe for QmiMessageDmsGetBootImageDownloadModeOutput
impl UnsafeUnpin for QmiMessageDmsGetBootImageDownloadModeOutput
impl UnwindSafe for QmiMessageDmsGetBootImageDownloadModeOutput
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