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