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