Struct winapi::fileapi::CREATEFILE2_EXTENDED_PARAMETERS
[−]
[src]
pub struct CREATEFILE2_EXTENDED_PARAMETERS {
pub dwSize: DWORD,
pub dwFileAttributes: DWORD,
pub dwFileFlags: DWORD,
pub dwSecurityQosFlags: DWORD,
pub lpSecurityAttributes: LPSECURITY_ATTRIBUTES,
pub hTemplateFile: HANDLE,
}Fields
dwSize | |
dwFileAttributes | |
dwFileFlags | |
dwSecurityQosFlags | |
lpSecurityAttributes | |
hTemplateFile |
Trait Implementations
impl Copy for CREATEFILE2_EXTENDED_PARAMETERS[src]
impl Clone for CREATEFILE2_EXTENDED_PARAMETERS[src]
fn clone(&self) -> CREATEFILE2_EXTENDED_PARAMETERS
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