#[repr(C)]pub struct bpf_prog_prep_result {
pub new_insn_ptr: *mut bpf_insn,
pub new_insn_cnt: c_int,
pub pfd: *mut c_int,
}Fields§
§new_insn_ptr: *mut bpf_insn§new_insn_cnt: c_int§pfd: *mut c_intTrait Implementations§
Source§impl Clone for bpf_prog_prep_result
impl Clone for bpf_prog_prep_result
Source§fn clone(&self) -> bpf_prog_prep_result
fn clone(&self) -> bpf_prog_prep_result
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_prog_prep_result
impl Debug for bpf_prog_prep_result
impl Copy for bpf_prog_prep_result
Auto Trait Implementations§
impl Freeze for bpf_prog_prep_result
impl RefUnwindSafe for bpf_prog_prep_result
impl !Send for bpf_prog_prep_result
impl !Sync for bpf_prog_prep_result
impl Unpin for bpf_prog_prep_result
impl UnwindSafe for bpf_prog_prep_result
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