#[repr(C)]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: LPCWSTR
Trait 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 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 moreSource§impl Debug for tagOFN_NT4W
impl Debug for tagOFN_NT4W
Source§impl Ord for tagOFN_NT4W
impl Ord for tagOFN_NT4W
Source§fn cmp(&self, other: &tagOFN_NT4W) -> Ordering
fn cmp(&self, other: &tagOFN_NT4W) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagOFN_NT4W
impl PartialEq for tagOFN_NT4W
Source§impl PartialOrd for tagOFN_NT4W
impl PartialOrd for tagOFN_NT4W
impl Copy for tagOFN_NT4W
impl Eq for tagOFN_NT4W
impl StructuralPartialEq 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