Struct windows_sys::Win32::UI::Controls::Dialogs::OFNOTIFYEXA
[−]#[repr(C)]pub struct OFNOTIFYEXA {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEA,
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 OPENFILENAMEA
psf: *mut c_void
pidl: *mut c_void
Trait Implementations
impl Clone for OFNOTIFYEXA
impl Clone for OFNOTIFYEXA
impl Copy for OFNOTIFYEXA
Auto Trait Implementations
impl RefUnwindSafe for OFNOTIFYEXA
impl !Send for OFNOTIFYEXA
impl !Sync for OFNOTIFYEXA
impl Unpin for OFNOTIFYEXA
impl UnwindSafe for OFNOTIFYEXA
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