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,
}
Expand description
Required features: ‘Win32_Storage_FileSystem’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more