#[repr(C)]pub struct WCM_DATAPLAN_STATUS {
pub UsageData: WCM_USAGE_DATA,
pub DataLimitInMegabytes: u32,
pub InboundBandwidthInKbps: u32,
pub OutboundBandwidthInKbps: u32,
pub BillingCycle: WCM_BILLING_CYCLE_INFO,
pub MaxTransferSizeInMegabytes: u32,
pub Reserved: u32,
}Expand description
Required features: "Win32_NetworkManagement_WindowsConnectionManager", "Win32_Foundation"
Fields
UsageData: WCM_USAGE_DATADataLimitInMegabytes: u32InboundBandwidthInKbps: u32OutboundBandwidthInKbps: u32BillingCycle: WCM_BILLING_CYCLE_INFOMaxTransferSizeInMegabytes: u32Reserved: u32Trait Implementations
impl Clone for WCM_DATAPLAN_STATUS
impl Clone for WCM_DATAPLAN_STATUS
impl Copy for WCM_DATAPLAN_STATUS
Auto Trait Implementations
impl RefUnwindSafe for WCM_DATAPLAN_STATUS
impl Send for WCM_DATAPLAN_STATUS
impl Sync for WCM_DATAPLAN_STATUS
impl Unpin for WCM_DATAPLAN_STATUS
impl UnwindSafe for WCM_DATAPLAN_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more