Struct win_sys::FileSystem::IORING_HANDLE_REF [−][src]
#[repr(C)]pub struct IORING_HANDLE_REF {
pub Kind: IORING_REF_KIND,
pub Handle: IORING_HANDLE_REF_0,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
Kind: IORING_REF_KINDHandle: IORING_HANDLE_REF_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IORING_HANDLE_REF
impl Send for IORING_HANDLE_REF
impl Sync for IORING_HANDLE_REF
impl Unpin for IORING_HANDLE_REF
impl UnwindSafe for IORING_HANDLE_REF
Blanket Implementations
Mutably borrows from an owned value. Read more