#[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: u32
dwFileAttributes: u32
dwFileFlags: u32
dwSecurityQosFlags: u32
lpSecurityAttributes: *mut SECURITY_ATTRIBUTES
hTemplateFile: HANDLE
Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more