#[repr(C)]pub struct QmiMessagePbmGetAllCapabilitiesOutputEmailCapabilityElement {
pub session_type: QmiPbmSessionType,
pub maximum_emails: u8,
pub maximum_email_address_length: u8,
}Fields§
§session_type: QmiPbmSessionType§maximum_emails: u8§maximum_email_address_length: u8Trait Implementations§
Source§impl Clone for QmiMessagePbmGetAllCapabilitiesOutputEmailCapabilityElement
impl Clone for QmiMessagePbmGetAllCapabilitiesOutputEmailCapabilityElement
Source§fn clone(&self) -> QmiMessagePbmGetAllCapabilitiesOutputEmailCapabilityElement
fn clone(&self) -> QmiMessagePbmGetAllCapabilitiesOutputEmailCapabilityElement
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 QmiMessagePbmGetAllCapabilitiesOutputEmailCapabilityElement
Auto 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