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