#[repr(C)]pub struct bpf_attr__bindgen_ty_7 {Show 15 fields
pub prog_fd: u32,
pub retval: u32,
pub data_size_in: u32,
pub data_size_out: u32,
pub data_in: u64,
pub data_out: u64,
pub repeat: u32,
pub duration: u32,
pub ctx_size_in: u32,
pub ctx_size_out: u32,
pub ctx_in: u64,
pub ctx_out: u64,
pub flags: u32,
pub cpu: u32,
pub batch_size: u32,
}
Fields§
§prog_fd: u32
§retval: u32
§data_size_in: u32
§data_size_out: u32
§data_in: u64
§data_out: u64
§repeat: u32
§duration: u32
§ctx_size_in: u32
§ctx_size_out: u32
§ctx_in: u64
§ctx_out: u64
§flags: u32
§cpu: u32
§batch_size: u32
Trait Implementations§
Source§impl Clone for bpf_attr__bindgen_ty_7
impl Clone for bpf_attr__bindgen_ty_7
Source§fn clone(&self) -> bpf_attr__bindgen_ty_7
fn clone(&self) -> bpf_attr__bindgen_ty_7
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_attr__bindgen_ty_7
impl Debug for bpf_attr__bindgen_ty_7
impl Copy for bpf_attr__bindgen_ty_7
Auto Trait Implementations§
impl Freeze for bpf_attr__bindgen_ty_7
impl RefUnwindSafe for bpf_attr__bindgen_ty_7
impl Send for bpf_attr__bindgen_ty_7
impl Sync for bpf_attr__bindgen_ty_7
impl Unpin for bpf_attr__bindgen_ty_7
impl UnwindSafe for bpf_attr__bindgen_ty_7
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