Struct bpf_sys::bpf_xfrm_state[][src]

#[repr(C)]
pub struct bpf_xfrm_state { pub reqid: __u32, pub spi: __u32, pub family: __u16, pub __bindgen_anon_1: bpf_xfrm_state__bindgen_ty_1, }

Fields

Trait Implementations

impl Copy for bpf_xfrm_state
[src]

impl Clone for bpf_xfrm_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations