#[repr(C)]pub struct QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir {
pub slot: *mut GPtrArray,
}Fields§
§slot: *mut GPtrArrayTrait Implementations§
Source§impl Clone for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
impl Clone for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
Source§fn clone(
&self,
) -> QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
fn clone( &self, ) -> QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
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 QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
Auto Trait Implementations§
impl !Send for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
impl !Sync for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
impl Freeze for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
impl RefUnwindSafe for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
impl Unpin for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
impl UnsafeUnpin for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
impl UnwindSafe for QmiMessageUimGetConfigurationOutputPersonalizationStatusOtherElementGir
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