#[repr(C)]pub struct bpf_attr__bindgen_ty_21 {
pub stream_buf: __u64,
pub stream_buf_len: __u32,
pub stream_id: __u32,
pub prog_fd: __u32,
pub __bindgen_padding_0: [u8; 4],
}Fields§
§stream_buf: __u64§stream_buf_len: __u32§stream_id: __u32§prog_fd: __u32§__bindgen_padding_0: [u8; 4]Trait Implementations§
Source§impl Clone for bpf_attr__bindgen_ty_21
impl Clone for bpf_attr__bindgen_ty_21
Source§fn clone(&self) -> bpf_attr__bindgen_ty_21
fn clone(&self) -> bpf_attr__bindgen_ty_21
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for bpf_attr__bindgen_ty_21
Source§impl Debug for bpf_attr__bindgen_ty_21
impl Debug for bpf_attr__bindgen_ty_21
Source§impl Default for bpf_attr__bindgen_ty_21
impl Default for bpf_attr__bindgen_ty_21
Source§fn default() -> bpf_attr__bindgen_ty_21
fn default() -> bpf_attr__bindgen_ty_21
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for bpf_attr__bindgen_ty_21
impl RefUnwindSafe for bpf_attr__bindgen_ty_21
impl Send for bpf_attr__bindgen_ty_21
impl Sync for bpf_attr__bindgen_ty_21
impl Unpin for bpf_attr__bindgen_ty_21
impl UnsafeUnpin for bpf_attr__bindgen_ty_21
impl UnwindSafe for bpf_attr__bindgen_ty_21
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