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