#[repr(C)]pub struct QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement {
pub session_type: QmiPbmSessionType,
pub maximum_records: u8,
pub used_records: u8,
pub maximum_string_length: u8,
}Fields§
§session_type: QmiPbmSessionType§maximum_records: u8§used_records: u8§maximum_string_length: u8Trait Implementations§
Source§impl Clone for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
impl Clone for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
Source§fn clone(
&self,
) -> QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
fn clone( &self, ) -> QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
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 QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
Auto Trait Implementations§
impl Freeze for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
impl RefUnwindSafe for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
impl Send for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
impl Sync for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
impl Unpin for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
impl UnsafeUnpin for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
impl UnwindSafe for QmiMessagePbmGetAllCapabilitiesOutputGroupingInformationAlphaStringCapabilityElement
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