Struct miniuring2::io_uring
source · #[repr(C)]#[repr(align(8))]pub struct io_uring {
pub _bindgen_opaque_blob: [u64; 27],
}
Fields§
§_bindgen_opaque_blob: [u64; 27]
Trait Implementations§
Auto Trait Implementations§
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