#[repr(C)]pub struct QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement {
pub slot: *mut GArray,
}Expand description
A QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement struct.
slot: a GArray of QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement elements.
Since: 1.32
A QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement struct.
slot: a GArray of QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementSlotElement elements.
Since: 1.32
Fields§
§slot: *mut GArrayTrait Implementations§
Source§impl Clone for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
impl Clone for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
Source§fn clone(
&self,
) -> QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
fn clone( &self, ) -> QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
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 QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
Auto Trait Implementations§
impl !Send for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
impl !Sync for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
impl Freeze for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
impl RefUnwindSafe for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
impl Unpin for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
impl UnsafeUnpin for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
impl UnwindSafe for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElement
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