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: DWORD dwFileAttributes: DWORD dwFileFlags: DWORD dwSecurityQosFlags: DWORD lpSecurityAttributes: LPSECURITY_ATTRIBUTES hTemplateFile: HANDLE

Trait Implementations

impl Debug for CREATEFILE2_EXTENDED_PARAMETERS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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