Struct windows_sys::Win32::Storage::FileSystem::FILE_DISPOSITION_INFO
[−]#[repr(C)]pub struct FILE_DISPOSITION_INFO {
pub DeleteFileA: BOOLEAN,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
Fields
DeleteFileA: BOOLEAN
Trait Implementations
impl Clone for FILE_DISPOSITION_INFO
impl Clone for FILE_DISPOSITION_INFO
impl Copy for FILE_DISPOSITION_INFO
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more