#[repr(C, packed(1))]pub struct tagOFN_NT4W {Show 20 fields
pub lStructSize: DWORD,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub lpstrFilter: LPCWSTR,
pub lpstrCustomFilter: LPWSTR,
pub nMaxCustFilter: DWORD,
pub nFilterIndex: DWORD,
pub lpstrFile: LPWSTR,
pub nMaxFile: DWORD,
pub lpstrFileTitle: LPWSTR,
pub nMaxFileTitle: DWORD,
pub lpstrInitialDir: LPCWSTR,
pub lpstrTitle: LPCWSTR,
pub Flags: DWORD,
pub nFileOffset: WORD,
pub nFileExtension: WORD,
pub lpstrDefExt: LPCWSTR,
pub lCustData: LPARAM,
pub lpfnHook: LPOFNHOOKPROC,
pub lpTemplateName: LPCWSTR,
}Fields§
§lStructSize: DWORD§hwndOwner: HWND§hInstance: HINSTANCE§lpstrFilter: LPCWSTR§lpstrCustomFilter: LPWSTR§nMaxCustFilter: DWORD§nFilterIndex: DWORD§lpstrFile: LPWSTR§nMaxFile: DWORD§lpstrFileTitle: LPWSTR§nMaxFileTitle: DWORD§lpstrInitialDir: LPCWSTR§lpstrTitle: LPCWSTR§Flags: DWORD§nFileOffset: WORD§nFileExtension: WORD§lpstrDefExt: LPCWSTR§lCustData: LPARAM§lpfnHook: LPOFNHOOKPROC§lpTemplateName: LPCWSTRTrait Implementations§
Source§impl Clone for tagOFN_NT4W
impl Clone for tagOFN_NT4W
Source§fn clone(&self) -> tagOFN_NT4W
fn clone(&self) -> tagOFN_NT4W
Returns a duplicate 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 tagOFN_NT4W
Auto Trait Implementations§
impl Freeze for tagOFN_NT4W
impl RefUnwindSafe for tagOFN_NT4W
impl !Send for tagOFN_NT4W
impl !Sync for tagOFN_NT4W
impl Unpin for tagOFN_NT4W
impl UnwindSafe for tagOFN_NT4W
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