#[repr(C)]pub struct bpf_obj_arg {
pub pathname: u64,
pub bpf_fd: u32,
}Fields§
§pathname: u64§bpf_fd: u32Trait Implementations§
Source§impl Clone for bpf_obj_arg
impl Clone for bpf_obj_arg
Source§fn clone(&self) -> bpf_obj_arg
fn clone(&self) -> bpf_obj_arg
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_obj_arg
impl Debug for bpf_obj_arg
impl Copy for bpf_obj_arg
Auto Trait Implementations§
impl Freeze for bpf_obj_arg
impl RefUnwindSafe for bpf_obj_arg
impl Send for bpf_obj_arg
impl Sync for bpf_obj_arg
impl Unpin for bpf_obj_arg
impl UnwindSafe for bpf_obj_arg
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