#[repr(C)]pub struct QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement {
pub feature: QmiUimCardApplicationPersonalizationFeature,
pub verify_left: u8,
pub unblock_left: u8,
}Fields§
§feature: QmiUimCardApplicationPersonalizationFeature§verify_left: u8§unblock_left: u8Trait Implementations§
Source§impl Clone for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
impl Clone for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
Source§fn clone(
&self,
) -> QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
fn clone( &self, ) -> QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
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 QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
Auto Trait Implementations§
impl Freeze for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
impl RefUnwindSafe for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
impl Send for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
impl Sync for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
impl Unpin for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
impl UnsafeUnpin for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
impl UnwindSafe for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement
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