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