#[repr(C)]pub struct MIB_UDPSTATS {
pub dwInDatagrams: DWORD,
pub dwNoPorts: DWORD,
pub dwInErrors: DWORD,
pub dwOutDatagrams: DWORD,
pub dwNumAddrs: DWORD,
}
Fields§
§dwInDatagrams: DWORD
§dwNoPorts: DWORD
§dwInErrors: DWORD
§dwOutDatagrams: DWORD
§dwNumAddrs: DWORD
Trait Implementations§
Source§impl Clone for MIB_UDPSTATS
impl Clone for MIB_UDPSTATS
Source§fn clone(&self) -> MIB_UDPSTATS
fn clone(&self) -> MIB_UDPSTATS
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 Default for MIB_UDPSTATS
impl Default for MIB_UDPSTATS
Source§fn default() -> MIB_UDPSTATS
fn default() -> MIB_UDPSTATS
Returns the “default value” for a type. Read more
impl Copy for MIB_UDPSTATS
Auto Trait Implementations§
impl Freeze for MIB_UDPSTATS
impl RefUnwindSafe for MIB_UDPSTATS
impl Send for MIB_UDPSTATS
impl Sync for MIB_UDPSTATS
impl Unpin for MIB_UDPSTATS
impl UnwindSafe for MIB_UDPSTATS
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