#[repr(C)]pub struct bpf_object_load_attr {
pub obj: *mut bpf_object,
pub log_level: c_int,
pub target_btf_path: *const c_char,
}Fields§
§obj: *mut bpf_object§log_level: c_int§target_btf_path: *const c_charTrait Implementations§
Source§impl Clone for bpf_object_load_attr
impl Clone for bpf_object_load_attr
Source§fn clone(&self) -> bpf_object_load_attr
fn clone(&self) -> bpf_object_load_attr
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_object_load_attr
impl Debug for bpf_object_load_attr
impl Copy for bpf_object_load_attr
Auto Trait Implementations§
impl Freeze for bpf_object_load_attr
impl RefUnwindSafe for bpf_object_load_attr
impl !Send for bpf_object_load_attr
impl !Sync for bpf_object_load_attr
impl Unpin for bpf_object_load_attr
impl UnwindSafe for bpf_object_load_attr
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