#[repr(C)]pub struct bpf_attr__bindgen_ty_11 {
pub btf: __u64,
pub btf_log_buf: __u64,
pub btf_size: __u32,
pub btf_log_size: __u32,
pub btf_log_level: __u32,
}Fields§
§btf: __u64§btf_log_buf: __u64§btf_size: __u32§btf_log_size: __u32§btf_log_level: __u32Trait Implementations§
Source§impl Clone for bpf_attr__bindgen_ty_11
impl Clone for bpf_attr__bindgen_ty_11
Source§fn clone(&self) -> bpf_attr__bindgen_ty_11
fn clone(&self) -> bpf_attr__bindgen_ty_11
Returns a duplicate 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_11
impl Debug for bpf_attr__bindgen_ty_11
Source§impl Default for bpf_attr__bindgen_ty_11
impl Default for bpf_attr__bindgen_ty_11
Source§fn default() -> bpf_attr__bindgen_ty_11
fn default() -> bpf_attr__bindgen_ty_11
Returns the “default value” for a type. Read more
Source§impl Hash for bpf_attr__bindgen_ty_11
impl Hash for bpf_attr__bindgen_ty_11
Source§impl Ord for bpf_attr__bindgen_ty_11
impl Ord for bpf_attr__bindgen_ty_11
Source§fn cmp(&self, other: &bpf_attr__bindgen_ty_11) -> Ordering
fn cmp(&self, other: &bpf_attr__bindgen_ty_11) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for bpf_attr__bindgen_ty_11
impl PartialEq for bpf_attr__bindgen_ty_11
Source§impl PartialOrd for bpf_attr__bindgen_ty_11
impl PartialOrd for bpf_attr__bindgen_ty_11
impl Copy for bpf_attr__bindgen_ty_11
impl Eq for bpf_attr__bindgen_ty_11
impl StructuralPartialEq for bpf_attr__bindgen_ty_11
Auto Trait Implementations§
impl Freeze for bpf_attr__bindgen_ty_11
impl RefUnwindSafe for bpf_attr__bindgen_ty_11
impl Send for bpf_attr__bindgen_ty_11
impl Sync for bpf_attr__bindgen_ty_11
impl Unpin for bpf_attr__bindgen_ty_11
impl UnwindSafe for bpf_attr__bindgen_ty_11
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