#[repr(C)]pub struct QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement {
pub session_type: QmiPbmSessionType,
pub maximum_groups: guint8,
pub maximum_group_tag_length: guint8,
}Expand description
A QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement struct.
session_type: a QmiPbmSessionType.
maximum_groups: a guint8.
maximum_group_tag_length: a guint8.
Since: 1.6
A QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement struct.
session_type: a QmiPbmSessionType.
maximum_groups: a guint8.
maximum_group_tag_length: a guint8.
Since: 1.6
Fields§
§session_type: QmiPbmSessionType§maximum_groups: guint8§maximum_group_tag_length: guint8Auto Trait Implementations§
impl Freeze for QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
impl RefUnwindSafe for QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
impl Send for QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
impl Sync for QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
impl Unpin for QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
impl UnsafeUnpin for QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
impl UnwindSafe for QmiMessagePbmGetAllCapabilitiesOutputGroupCapabilityElement
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