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