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