#[repr(C)]pub struct _PROCESS_NETWORK_COUNTERS {
pub BytesIn: DWORD64,
pub BytesOut: DWORD64,
}
Fields§
§BytesIn: DWORD64
§BytesOut: DWORD64
Trait Implementations§
Source§impl Clone for _PROCESS_NETWORK_COUNTERS
impl Clone for _PROCESS_NETWORK_COUNTERS
Source§fn clone(&self) -> _PROCESS_NETWORK_COUNTERS
fn clone(&self) -> _PROCESS_NETWORK_COUNTERS
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 moreSource§impl Debug for _PROCESS_NETWORK_COUNTERS
impl Debug for _PROCESS_NETWORK_COUNTERS
Source§impl Ord for _PROCESS_NETWORK_COUNTERS
impl Ord for _PROCESS_NETWORK_COUNTERS
Source§fn cmp(&self, other: &_PROCESS_NETWORK_COUNTERS) -> Ordering
fn cmp(&self, other: &_PROCESS_NETWORK_COUNTERS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _PROCESS_NETWORK_COUNTERS
impl PartialOrd for _PROCESS_NETWORK_COUNTERS
impl Copy for _PROCESS_NETWORK_COUNTERS
impl Eq for _PROCESS_NETWORK_COUNTERS
impl StructuralPartialEq for _PROCESS_NETWORK_COUNTERS
Auto Trait Implementations§
impl Freeze for _PROCESS_NETWORK_COUNTERS
impl RefUnwindSafe for _PROCESS_NETWORK_COUNTERS
impl Send for _PROCESS_NETWORK_COUNTERS
impl Sync for _PROCESS_NETWORK_COUNTERS
impl Unpin for _PROCESS_NETWORK_COUNTERS
impl UnwindSafe for _PROCESS_NETWORK_COUNTERS
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