#[repr(C)]pub struct xt_counters {
    pub pcnt: __u64,
    pub bcnt: __u64,
}Fields§
§pcnt: __u64§bcnt: __u64Trait Implementations§
Source§impl Clone for xt_counters
 
impl Clone for xt_counters
Source§fn clone(&self) -> xt_counters
 
fn clone(&self) -> xt_counters
Returns a duplicate 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 xt_counters
 
impl Debug for xt_counters
impl Copy for xt_counters
Auto Trait Implementations§
impl Freeze for xt_counters
impl RefUnwindSafe for xt_counters
impl Send for xt_counters
impl Sync for xt_counters
impl Unpin for xt_counters
impl UnwindSafe for xt_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