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