#[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§
§dwSize: DWORD§dwFileAttributes: DWORD§dwFileFlags: DWORD§dwSecurityQosFlags: DWORD§lpSecurityAttributes: LPSECURITY_ATTRIBUTES§hTemplateFile: HANDLETrait Implementations§
Source§impl Clone for CREATEFILE2_EXTENDED_PARAMETERS
 
impl Clone for CREATEFILE2_EXTENDED_PARAMETERS
Source§fn clone(&self) -> CREATEFILE2_EXTENDED_PARAMETERS
 
fn clone(&self) -> CREATEFILE2_EXTENDED_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for CREATEFILE2_EXTENDED_PARAMETERS
Auto Trait Implementations§
impl Freeze for CREATEFILE2_EXTENDED_PARAMETERS
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§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more