Struct linux_raw_sys::net::ip6t_entry
source · #[repr(C)]pub struct ip6t_entry {
pub ipv6: ip6t_ip6,
pub nfcache: c_uint,
pub target_offset: __u16,
pub next_offset: __u16,
pub comefrom: c_uint,
pub counters: xt_counters,
pub elems: __IncompleteArrayField<c_uchar>,
}
Fields§
§ipv6: ip6t_ip6
§nfcache: c_uint
§target_offset: __u16
§next_offset: __u16
§comefrom: c_uint
§counters: xt_counters
§elems: __IncompleteArrayField<c_uchar>
Auto Trait Implementations§
impl Freeze for ip6t_entry
impl RefUnwindSafe for ip6t_entry
impl Send for ip6t_entry
impl Sync for ip6t_entry
impl Unpin for ip6t_entry
impl UnwindSafe for ip6t_entry
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