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