#[repr(C)]pub struct OFNOTIFYEXA {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEA,
pub psf: *mut c_void,
pub pidl: *mut c_void,
}
Fields§
§hdr: NMHDR
§lpOFN: *mut OPENFILENAMEA
§psf: *mut c_void
§pidl: *mut c_void
Trait Implementations§
Source§impl Abi for OFNOTIFYEXA
impl Abi for OFNOTIFYEXA
Source§type Abi = OFNOTIFYEXA
type Abi = OFNOTIFYEXA
The abi representation of the implementing type. Read more
type DefaultType = OFNOTIFYEXA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for OFNOTIFYEXA
impl Clone for OFNOTIFYEXA
Source§fn clone(&self) -> OFNOTIFYEXA
fn clone(&self) -> OFNOTIFYEXA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OFNOTIFYEXA
impl Debug for OFNOTIFYEXA
Source§impl Default for OFNOTIFYEXA
impl Default for OFNOTIFYEXA
Source§impl PartialEq for OFNOTIFYEXA
impl PartialEq for OFNOTIFYEXA
impl Copy for OFNOTIFYEXA
impl Eq for OFNOTIFYEXA
Auto Trait Implementations§
impl Freeze for OFNOTIFYEXA
impl RefUnwindSafe for OFNOTIFYEXA
impl !Send for OFNOTIFYEXA
impl !Sync for OFNOTIFYEXA
impl Unpin for OFNOTIFYEXA
impl UnwindSafe for OFNOTIFYEXA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more