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