pub struct IOContext {
pub file_handle: File,
pub ring: IoUring,
}Fields§
§file_handle: File§ring: IoUringImplementations§
Auto Trait Implementations§
impl Freeze for IOContext
impl RefUnwindSafe for IOContext
impl Send for IOContext
impl Sync for IOContext
impl Unpin for IOContext
impl UnwindSafe for IOContext
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