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