pub struct QmiMessageWdsSetEventReportInput { /* private fields */ }Expand description
The QmiMessageWdsSetEventReportInput structure contains private data and should only be accessed
using the provided API.
Since: 1.18
Trait Implementations§
Source§impl Clone for QmiMessageWdsSetEventReportInput
impl Clone for QmiMessageWdsSetEventReportInput
Source§fn clone(&self) -> QmiMessageWdsSetEventReportInput
fn clone(&self) -> QmiMessageWdsSetEventReportInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageWdsSetEventReportInput
Auto Trait Implementations§
impl Freeze for QmiMessageWdsSetEventReportInput
impl RefUnwindSafe for QmiMessageWdsSetEventReportInput
impl Send for QmiMessageWdsSetEventReportInput
impl Sync for QmiMessageWdsSetEventReportInput
impl Unpin 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