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