Struct libbpf_sys::bpf_sockopt [−][src]
#[repr(C)]pub struct bpf_sockopt { pub __bindgen_anon_1: bpf_sockopt__bindgen_ty_1, pub __bindgen_anon_2: bpf_sockopt__bindgen_ty_2, pub __bindgen_anon_3: bpf_sockopt__bindgen_ty_3, pub level: __s32, pub optname: __s32, pub optlen: __s32, pub retval: __s32, }
Fields
__bindgen_anon_1: bpf_sockopt__bindgen_ty_1__bindgen_anon_2: bpf_sockopt__bindgen_ty_2__bindgen_anon_3: bpf_sockopt__bindgen_ty_3level: __s32optname: __s32optlen: __s32retval: __s32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_sockoptimpl !Send for bpf_sockoptimpl !Sync for bpf_sockoptimpl Unpin for bpf_sockoptimpl UnwindSafe for bpf_sockoptBlanket Implementations
Mutably borrows from an owned value. Read more