Struct linux_raw_sys::net::ip6t_ip6
source · #[repr(C)]pub struct ip6t_ip6 {
pub src: in6_addr,
pub dst: in6_addr,
pub smsk: in6_addr,
pub dmsk: in6_addr,
pub iniface: [c_char; 16],
pub outiface: [c_char; 16],
pub iniface_mask: [c_uchar; 16],
pub outiface_mask: [c_uchar; 16],
pub proto: __u16,
pub tos: __u8,
pub flags: __u8,
pub invflags: __u8,
}
Fields§
§src: in6_addr
§dst: in6_addr
§smsk: in6_addr
§dmsk: in6_addr
§iniface: [c_char; 16]
§outiface: [c_char; 16]
§iniface_mask: [c_uchar; 16]
§outiface_mask: [c_uchar; 16]
§proto: __u16
§tos: __u8
§flags: __u8
§invflags: __u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ip6t_ip6
impl RefUnwindSafe for ip6t_ip6
impl Send for ip6t_ip6
impl Sync for ip6t_ip6
impl Unpin for ip6t_ip6
impl UnwindSafe for ip6t_ip6
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)