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