Struct IP_MCAST_COUNTER_INFO
#[repr(C)]pub struct IP_MCAST_COUNTER_INFO {
pub InMcastOctets: u64,
pub OutMcastOctets: u64,
pub InMcastPkts: u64,
pub OutMcastPkts: u64,
}
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
§fn clone(&self) -> IP_MCAST_COUNTER_INFO
fn clone(&self) -> IP_MCAST_COUNTER_INFO
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 moreimpl Copy for IP_MCAST_COUNTER_INFO
Auto Trait Implementations§
impl Freeze for IP_MCAST_COUNTER_INFO
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§
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