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