#[repr(C)]pub struct bpf_tc_hook {
pub sz: size_t,
pub ifindex: c_int,
pub attach_point: bpf_tc_attach_point,
pub parent: __u32,
pub __bindgen_padding_0: [u8; 4],
}
Fields§
§sz: size_t
§ifindex: c_int
§attach_point: bpf_tc_attach_point
§parent: __u32
§__bindgen_padding_0: [u8; 4]
Trait Implementations§
Source§impl Clone for bpf_tc_hook
impl Clone for bpf_tc_hook
Source§fn clone(&self) -> bpf_tc_hook
fn clone(&self) -> bpf_tc_hook
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for bpf_tc_hook
impl Debug for bpf_tc_hook
Source§impl Default for bpf_tc_hook
impl Default for bpf_tc_hook
impl Copy for bpf_tc_hook
Auto Trait Implementations§
impl Freeze for bpf_tc_hook
impl RefUnwindSafe for bpf_tc_hook
impl Send for bpf_tc_hook
impl Sync for bpf_tc_hook
impl Unpin for bpf_tc_hook
impl UnwindSafe for bpf_tc_hook
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)