Struct winapi::fileapi::CREATEFILE2_EXTENDED_PARAMETERS [] [src]

#[repr(C)]
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

Trait Implementations

impl Debug for CREATEFILE2_EXTENDED_PARAMETERS
[src]

Formats the value using the given formatter.

impl Copy for CREATEFILE2_EXTENDED_PARAMETERS
[src]

impl Clone for CREATEFILE2_EXTENDED_PARAMETERS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more