Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::OFNOTIFYEXA [−][src]
#[repr(C)]pub struct OFNOTIFYEXA {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEA,
pub psf: *mut c_void,
pub pidl: *mut c_void,
}Fields
hdr: NMHDRlpOFN: *mut OPENFILENAMEApsf: *mut c_voidpidl: *mut c_voidTrait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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
Mutably borrows from an owned value. Read more