pub struct QmiIndicationWmsEventReportOutput { /* private fields */ }Expand description
The QmiIndicationWmsEventReportOutput structure contains private data and should only be accessed
using the provided API.
Since: 1.0
Trait Implementations§
Source§impl Clone for QmiIndicationWmsEventReportOutput
impl Clone for QmiIndicationWmsEventReportOutput
Source§fn clone(&self) -> QmiIndicationWmsEventReportOutput
fn clone(&self) -> QmiIndicationWmsEventReportOutput
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 QmiIndicationWmsEventReportOutput
Auto Trait Implementations§
impl Freeze for QmiIndicationWmsEventReportOutput
impl RefUnwindSafe for QmiIndicationWmsEventReportOutput
impl Send for QmiIndicationWmsEventReportOutput
impl Sync for QmiIndicationWmsEventReportOutput
impl Unpin for QmiIndicationWmsEventReportOutput
impl UnsafeUnpin for QmiIndicationWmsEventReportOutput
impl UnwindSafe for QmiIndicationWmsEventReportOutput
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