#[repr(C)]pub struct QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork {
pub network_type: QmiWdsDataSystemNetworkType,
pub rat_mask: guint32,
pub so_mask: guint32,
}Expand description
A QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork struct.
network_type: a QmiWdsDataSystemNetworkType.
rat_mask: a guint32.
so_mask: a guint32.
Since: 1.18
A QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork struct.
network_type: a QmiWdsDataSystemNetworkType.
rat_mask: a guint32.
so_mask: a guint32.
Since: 1.18
Fields§
§network_type: QmiWdsDataSystemNetworkType§rat_mask: guint32§so_mask: guint32Auto Trait Implementations§
impl Freeze for QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork
impl RefUnwindSafe for QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork
impl Send for QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork
impl Sync for QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork
impl Unpin for QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork
impl UnsafeUnpin for QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork
impl UnwindSafe for QmiIndicationWdsEventReportOutputDataSystemsNetworksNetwork
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