Struct winapi::fileapi::FILE_DISPOSITION_INFO
[−]
[src]
pub struct FILE_DISPOSITION_INFO { pub DeleteFile: BOOL, }
Fields
DeleteFile |
Trait Implementations
impl Copy for FILE_DISPOSITION_INFO
[src]
impl Clone for FILE_DISPOSITION_INFO
[src]
fn clone(&self) -> FILE_DISPOSITION_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more