#[repr(C)]pub struct CREATEFILE2_EXTENDED_PARAMETERS {
pub dwSize: u32,
pub dwFileAttributes: u32,
pub dwFileFlags: u32,
pub dwSecurityQosFlags: u32,
pub lpSecurityAttributes: *mut SECURITY_ATTRIBUTES,
pub hTemplateFile: HANDLE,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_Security"
Fields
dwSize: u32dwFileAttributes: u32dwFileFlags: u32dwSecurityQosFlags: u32lpSecurityAttributes: *mut SECURITY_ATTRIBUTEShTemplateFile: HANDLETrait Implementations
impl Clone for CREATEFILE2_EXTENDED_PARAMETERS
impl Clone for CREATEFILE2_EXTENDED_PARAMETERS
impl Copy for CREATEFILE2_EXTENDED_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for CREATEFILE2_EXTENDED_PARAMETERS
impl !Send for CREATEFILE2_EXTENDED_PARAMETERS
impl !Sync for CREATEFILE2_EXTENDED_PARAMETERS
impl Unpin for CREATEFILE2_EXTENDED_PARAMETERS
impl UnwindSafe for CREATEFILE2_EXTENDED_PARAMETERS
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