#[repr(C)]pub struct QmiMessageWdsGetProfileListOutputProfileListProfile {
pub profile_type: QmiWdsProfileType,
pub profile_index: guint8,
pub profile_name: *mut gchar,
}Expand description
A QmiMessageWdsGetProfileListOutputProfileListProfile struct.
profile_type: a QmiWdsProfileType.
profile_index: a guint8.
profile_name: a string.
Since: 1.8
A QmiMessageWdsGetProfileListOutputProfileListProfile struct.
profile_type: a QmiWdsProfileType.
profile_index: a guint8.
profile_name: a string.
Since: 1.8
Fields§
§profile_type: QmiWdsProfileType§profile_index: guint8§profile_name: *mut gcharAuto Trait Implementations§
impl !Send for QmiMessageWdsGetProfileListOutputProfileListProfile
impl !Sync for QmiMessageWdsGetProfileListOutputProfileListProfile
impl Freeze for QmiMessageWdsGetProfileListOutputProfileListProfile
impl RefUnwindSafe for QmiMessageWdsGetProfileListOutputProfileListProfile
impl Unpin for QmiMessageWdsGetProfileListOutputProfileListProfile
impl UnsafeUnpin for QmiMessageWdsGetProfileListOutputProfileListProfile
impl UnwindSafe for QmiMessageWdsGetProfileListOutputProfileListProfile
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