Struct linux_raw_sys::net::xt_udp
source · #[repr(C)]pub struct xt_udp {
pub spts: [__u16; 2],
pub dpts: [__u16; 2],
pub invflags: __u8,
}
Fields§
§spts: [__u16; 2]
§dpts: [__u16; 2]
§invflags: __u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xt_udp
impl RefUnwindSafe for xt_udp
impl Send for xt_udp
impl Sync for xt_udp
impl Unpin for xt_udp
impl UnwindSafe for xt_udp
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