#[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: HANDLE
Trait Implementations
sourceimpl Clone for CREATEFILE2_EXTENDED_PARAMETERS
impl Clone for CREATEFILE2_EXTENDED_PARAMETERS
sourcefn clone(&self) -> CREATEFILE2_EXTENDED_PARAMETERS
fn clone(&self) -> CREATEFILE2_EXTENDED_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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