#[repr(C)]pub struct io_uring_bpf_ctx {
pub user_data: __u64,
pub opcode: __u8,
pub sqe_flags: __u8,
pub pdu_size: __u8,
pub pad: [__u8; 5],
pub __liburing_anon_1: io_uring_bpf_ctx__bindgen_ty_1,
}Fields§
§user_data: __u64§opcode: __u8§sqe_flags: __u8§pdu_size: __u8§pad: [__u8; 5]§__liburing_anon_1: io_uring_bpf_ctx__bindgen_ty_1Trait Implementations§
Source§impl Clone for io_uring_bpf_ctx
impl Clone for io_uring_bpf_ctx
Source§fn clone(&self) -> io_uring_bpf_ctx
fn clone(&self) -> io_uring_bpf_ctx
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_ctx
Auto Trait Implementations§
impl Freeze for io_uring_bpf_ctx
impl RefUnwindSafe for io_uring_bpf_ctx
impl Send for io_uring_bpf_ctx
impl Sync for io_uring_bpf_ctx
impl Unpin for io_uring_bpf_ctx
impl UnsafeUnpin for io_uring_bpf_ctx
impl UnwindSafe for io_uring_bpf_ctx
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