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