#[repr(C)]pub struct OFNOTIFYA {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEA,
pub pszFile: PSTR,
}
Expand description
Required features: "Win32_UI_Controls_Dialogs"
, "Win32_Foundation"
Fields
hdr: NMHDR
lpOFN: *mut OPENFILENAMEA
pszFile: PSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OFNOTIFYA
impl !Send for OFNOTIFYA
impl !Sync for OFNOTIFYA
impl Unpin for OFNOTIFYA
impl UnwindSafe for OFNOTIFYA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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