#[repr(C)]pub struct io_uring_bpf {
pub cmd_type: __u16,
pub cmd_flags: __u16,
pub resv: __u32,
pub __liburing_anon_1: io_uring_bpf__bindgen_ty_1,
}Fields§
§cmd_type: __u16§cmd_flags: __u16§resv: __u32§__liburing_anon_1: io_uring_bpf__bindgen_ty_1Trait Implementations§
Source§impl Clone for io_uring_bpf
impl Clone for io_uring_bpf
Source§fn clone(&self) -> io_uring_bpf
fn clone(&self) -> io_uring_bpf
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 io_uring_bpf
Auto Trait Implementations§
impl Freeze for io_uring_bpf
impl RefUnwindSafe for io_uring_bpf
impl Send for io_uring_bpf
impl Sync for io_uring_bpf
impl Unpin for io_uring_bpf
impl UnsafeUnpin for io_uring_bpf
impl UnwindSafe for io_uring_bpf
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