Struct libbpf_sys::xsk_socket_config [−][src]
#[repr(C)]pub struct xsk_socket_config { pub rx_size: __u32, pub tx_size: __u32, pub libbpf_flags: __u32, pub xdp_flags: __u32, pub bind_flags: __u16, }
Fields
rx_size: __u32tx_size: __u32libbpf_flags: __u32xdp_flags: __u32bind_flags: __u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for xsk_socket_configimpl Send for xsk_socket_configimpl Sync for xsk_socket_configimpl Unpin for xsk_socket_configimpl UnwindSafe for xsk_socket_configBlanket Implementations
Mutably borrows from an owned value. Read more