#[repr(C)]pub struct QmiMessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement {
pub session_type: QmiPbmSessionType,
pub supported: gboolean,
}Fields§
§session_type: QmiPbmSessionType§supported: gbooleanTrait Implementations§
Source§impl Clone for QmiMessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement
impl Clone for QmiMessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement
Source§fn clone(
&self,
) -> QmiMessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement
fn clone( &self, ) -> QmiMessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement
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 QmiMessagePbmGetAllCapabilitiesOutputHiddenRecordsCapabilityElement
Auto 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