#[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
impl Clone for NLM_DATAPLAN_STATUS
impl Clone for NLM_DATAPLAN_STATUS
impl Copy for NLM_DATAPLAN_STATUS
Auto Trait Implementations
impl RefUnwindSafe for NLM_DATAPLAN_STATUS
impl Send for NLM_DATAPLAN_STATUS
impl Sync for NLM_DATAPLAN_STATUS
impl Unpin for NLM_DATAPLAN_STATUS
impl UnwindSafe for NLM_DATAPLAN_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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