Struct libbpf_sys::bpf_xfrm_state [−][src]
#[repr(C)]pub struct bpf_xfrm_state {
pub reqid: __u32,
pub spi: __u32,
pub family: __u16,
pub ext: __u16,
pub __bindgen_anon_1: bpf_xfrm_state__bindgen_ty_1,
}Fields
reqid: __u32spi: __u32family: __u16ext: __u16__bindgen_anon_1: bpf_xfrm_state__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_xfrm_state
impl Send for bpf_xfrm_state
impl Sync for bpf_xfrm_state
impl Unpin for bpf_xfrm_state
impl UnwindSafe for bpf_xfrm_state
Blanket Implementations
Mutably borrows from an owned value. Read more