#[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: NMHDRlpOFN: *mut OPENFILENAMEApszFile: PSTRTrait 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 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