#[repr(C)]pub struct io_uring_query_opcode {
pub nr_request_opcodes: __u32,
pub nr_register_opcodes: __u32,
pub feature_flags: __u64,
pub ring_setup_flags: __u64,
pub enter_flags: __u64,
pub sqe_flags: __u64,
}Fields§
§nr_request_opcodes: __u32§nr_register_opcodes: __u32§feature_flags: __u64§ring_setup_flags: __u64§enter_flags: __u64§sqe_flags: __u64Trait Implementations§
Source§impl Clone for io_uring_query_opcode
impl Clone for io_uring_query_opcode
Source§fn clone(&self) -> io_uring_query_opcode
fn clone(&self) -> io_uring_query_opcode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for io_uring_query_opcode
impl Debug for io_uring_query_opcode
Source§impl Default for io_uring_query_opcode
impl Default for io_uring_query_opcode
Source§fn default() -> io_uring_query_opcode
fn default() -> io_uring_query_opcode
Returns the “default value” for a type. Read more
impl Copy for io_uring_query_opcode
Auto Trait Implementations§
impl Freeze for io_uring_query_opcode
impl RefUnwindSafe for io_uring_query_opcode
impl Send for io_uring_query_opcode
impl Sync for io_uring_query_opcode
impl Unpin for io_uring_query_opcode
impl UnwindSafe for io_uring_query_opcode
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)