Struct win_sys::FileSystem::IORING_CQE [−][src]
#[repr(C)]pub struct IORING_CQE {
pub UserData: usize,
pub ResultCode: HRESULT,
pub Information: usize,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
UserData: usizeResultCode: HRESULTInformation: usizeTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IORING_CQE
impl Send for IORING_CQE
impl Sync for IORING_CQE
impl Unpin for IORING_CQE
impl UnwindSafe for IORING_CQE
Blanket Implementations
Mutably borrows from an owned value. Read more