Struct windows_sys::Win32::UI::Controls::Dialogs::OFNOTIFYEXW
[−]#[repr(C)]pub struct OFNOTIFYEXW {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEW,
pub psf: *mut c_void,
pub pidl: *mut c_void,
}
Expand description
Required features: ‘Win32_UI_Controls_Dialogs’, ‘Win32_Foundation’
Fields
hdr: NMHDR
lpOFN: *mut OPENFILENAMEW
psf: *mut c_void
pidl: *mut c_void
Trait Implementations
impl Clone for OFNOTIFYEXW
impl Clone for OFNOTIFYEXW
impl Copy for OFNOTIFYEXW
Auto Trait Implementations
impl RefUnwindSafe for OFNOTIFYEXW
impl !Send for OFNOTIFYEXW
impl !Sync for OFNOTIFYEXW
impl Unpin for OFNOTIFYEXW
impl UnwindSafe for OFNOTIFYEXW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more