#[repr(C)]
pub struct NLM_DATAPLAN_STATUS { pub InterfaceGuid: GUID, pub UsageData: NLM_USAGE_DATA, pub DataLimitInMegabytes: u32, pub InboundBandwidthInKbps: u32, pub OutboundBandwidthInKbps: u32, pub NextBillingCycle: FILETIME, pub MaxTransferSizeInMegabytes: u32, pub Reserved: u32, }
Expand description

Required features: "Win32_Networking_NetworkListManager", "Win32_Foundation"

Fields§

§InterfaceGuid: GUID§UsageData: NLM_USAGE_DATA§DataLimitInMegabytes: u32§InboundBandwidthInKbps: u32§OutboundBandwidthInKbps: u32§NextBillingCycle: FILETIME§MaxTransferSizeInMegabytes: u32§Reserved: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.