#[repr(u32)]pub enum _bindgen_ty_38 {
BPF_FIB_LKUP_RET_SUCCESS = 0,
BPF_FIB_LKUP_RET_BLACKHOLE = 1,
BPF_FIB_LKUP_RET_UNREACHABLE = 2,
BPF_FIB_LKUP_RET_PROHIBIT = 3,
BPF_FIB_LKUP_RET_NOT_FWDED = 4,
BPF_FIB_LKUP_RET_FWD_DISABLED = 5,
BPF_FIB_LKUP_RET_UNSUPP_LWT = 6,
BPF_FIB_LKUP_RET_NO_NEIGH = 7,
BPF_FIB_LKUP_RET_FRAG_NEEDED = 8,
BPF_FIB_LKUP_RET_NO_SRC_ADDR = 9,
}Available on x86-64 only.
Variants§
BPF_FIB_LKUP_RET_SUCCESS = 0
BPF_FIB_LKUP_RET_BLACKHOLE = 1
BPF_FIB_LKUP_RET_UNREACHABLE = 2
BPF_FIB_LKUP_RET_PROHIBIT = 3
BPF_FIB_LKUP_RET_NOT_FWDED = 4
BPF_FIB_LKUP_RET_FWD_DISABLED = 5
BPF_FIB_LKUP_RET_UNSUPP_LWT = 6
BPF_FIB_LKUP_RET_NO_NEIGH = 7
BPF_FIB_LKUP_RET_FRAG_NEEDED = 8
BPF_FIB_LKUP_RET_NO_SRC_ADDR = 9
Trait Implementations§
Source§impl Clone for _bindgen_ty_38
impl Clone for _bindgen_ty_38
Source§fn clone(&self) -> _bindgen_ty_38
fn clone(&self) -> _bindgen_ty_38
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _bindgen_ty_38
Source§impl Debug for _bindgen_ty_38
impl Debug for _bindgen_ty_38
impl Eq for _bindgen_ty_38
Source§impl Hash for _bindgen_ty_38
impl Hash for _bindgen_ty_38
Source§impl PartialEq for _bindgen_ty_38
impl PartialEq for _bindgen_ty_38
Source§fn eq(&self, other: &_bindgen_ty_38) -> bool
fn eq(&self, other: &_bindgen_ty_38) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _bindgen_ty_38
Auto Trait Implementations§
impl Freeze for _bindgen_ty_38
impl RefUnwindSafe for _bindgen_ty_38
impl Send for _bindgen_ty_38
impl Sync for _bindgen_ty_38
impl Unpin for _bindgen_ty_38
impl UnsafeUnpin for _bindgen_ty_38
impl UnwindSafe for _bindgen_ty_38
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