#[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,
}
Fields§
§sq: io_uring_sq
§cq: io_uring_cq
§flags: c_uint
§ring_fd: c_int
Trait 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