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