#[repr(C)]pub struct QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem {
pub technology: QmiDsdDataSystemNetworkType,
pub rat: QmiDsdRadioAccessTechnology,
pub so_mask: QmiDsdSoMask,
}Expand description
A QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem struct.
technology: a QmiDsdDataSystemNetworkType.
rat: a QmiDsdRadioAccessTechnology.
so_mask: a QmiDsdSoMask.
Since: 1.32
A QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem struct.
technology: a QmiDsdDataSystemNetworkType.
rat: a QmiDsdRadioAccessTechnology.
so_mask: a QmiDsdSoMask.
Since: 1.32
Fields§
§technology: QmiDsdDataSystemNetworkType§rat: QmiDsdRadioAccessTechnology§so_mask: QmiDsdSoMaskTrait Implementations§
Source§impl Clone for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
impl Clone for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
Source§fn clone(&self) -> QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
fn clone(&self) -> QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
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 QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
Auto Trait Implementations§
impl Freeze for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
impl RefUnwindSafe for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
impl Send for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
impl Sync for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
impl Unpin for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
impl UnsafeUnpin for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
impl UnwindSafe for QmiMessageDsdGetSystemStatusOutputAvailableSystemsSystem
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