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