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