Struct win_sys::FileSystem::IORING_INFO [−][src]
#[repr(C)]pub struct IORING_INFO {
pub IoRingVersion: IORING_VERSION,
pub Flags: IORING_CREATE_FLAGS,
pub SubmissionQueueSize: u32,
pub CompletionQueueSize: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
IoRingVersion: IORING_VERSIONFlags: IORING_CREATE_FLAGSSubmissionQueueSize: u32CompletionQueueSize: u32Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more