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