#[repr(C)]pub struct IP_MCAST_COUNTER_INFO {
pub InMcastOctets: u64,
pub OutMcastOctets: u64,
pub InMcastPkts: u64,
pub OutMcastPkts: u64,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
InMcastOctets: u64
OutMcastOctets: u64
InMcastPkts: u64
OutMcastPkts: u64
Trait Implementations
impl Clone for IP_MCAST_COUNTER_INFO
impl Clone for IP_MCAST_COUNTER_INFO
impl Copy for IP_MCAST_COUNTER_INFO
Auto Trait Implementations
impl RefUnwindSafe for IP_MCAST_COUNTER_INFO
impl Send for IP_MCAST_COUNTER_INFO
impl Sync for IP_MCAST_COUNTER_INFO
impl Unpin for IP_MCAST_COUNTER_INFO
impl UnwindSafe for IP_MCAST_COUNTER_INFO
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