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