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