#[repr(C)]pub struct io_uring {
pub sq: io_uring_sq,
pub cq: io_uring_cq,
pub flags: c_uint,
pub ring_fd: c_int,
pub features: c_uint,
pub enter_ring_fd: c_int,
pub int_flags: __u8,
pub pad: [__u8; 3],
pub pad2: c_uint,
}Fields§
§sq: io_uring_sq§cq: io_uring_cq§flags: c_uint§ring_fd: c_int§features: c_uint§enter_ring_fd: c_int§int_flags: __u8§pad: [__u8; 3]§pad2: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for io_uring
impl RefUnwindSafe for io_uring
impl !Send for io_uring
impl !Sync for io_uring
impl Unpin for io_uring
impl UnwindSafe for io_uring
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