Struct windows::Win32::Networking::NetworkListManager::NLM_DATAPLAN_STATUS
#[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,
}
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
§fn clone(&self) -> NLM_DATAPLAN_STATUS
fn clone(&self) -> NLM_DATAPLAN_STATUS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NLM_DATAPLAN_STATUS
impl Debug for NLM_DATAPLAN_STATUS
§impl Default for NLM_DATAPLAN_STATUS
impl Default for NLM_DATAPLAN_STATUS
§impl PartialEq for NLM_DATAPLAN_STATUS
impl PartialEq for NLM_DATAPLAN_STATUS
§fn eq(&self, other: &NLM_DATAPLAN_STATUS) -> bool
fn eq(&self, other: &NLM_DATAPLAN_STATUS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NLM_DATAPLAN_STATUS
impl Eq for NLM_DATAPLAN_STATUS
impl StructuralPartialEq for NLM_DATAPLAN_STATUS
Auto Trait Implementations§
impl Freeze for NLM_DATAPLAN_STATUS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)