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