Struct win_sys::FileSystem::FIO_CONTEXT [−][src]
#[repr(C)]pub struct FIO_CONTEXT {
pub m_dwTempHack: u32,
pub m_dwSignature: u32,
pub m_hFile: HANDLE,
pub m_dwLinesOffset: u32,
pub m_dwHeaderLength: u32,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
m_dwTempHack: u32m_dwSignature: u32m_hFile: HANDLEm_dwLinesOffset: u32m_dwHeaderLength: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FIO_CONTEXT
impl Send for FIO_CONTEXT
impl Sync for FIO_CONTEXT
impl Unpin for FIO_CONTEXT
impl UnwindSafe for FIO_CONTEXT
Blanket Implementations
Mutably borrows from an owned value. Read more