Struct windows_sys::Win32::Storage::FileSystem::IORING_INFO
#[repr(C)]pub struct IORING_INFO {
pub IoRingVersion: IORING_VERSION,
pub Flags: IORING_CREATE_FLAGS,
pub SubmissionQueueSize: u32,
pub CompletionQueueSize: u32,
}
Fields§
§IoRingVersion: IORING_VERSION
§Flags: IORING_CREATE_FLAGS
§SubmissionQueueSize: u32
§CompletionQueueSize: u32
Trait Implementations§
§impl Clone for IORING_INFO
impl Clone for IORING_INFO
impl Copy for IORING_INFO
Auto Trait Implementations§
impl RefUnwindSafe for IORING_INFO
impl Send for IORING_INFO
impl Sync for IORING_INFO
impl Unpin for IORING_INFO
impl UnwindSafe for IORING_INFO
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