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