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