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