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