#[repr(C)]pub struct OFNOTIFYEXW {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEW,
pub psf: *mut c_void,
pub pidl: *mut c_void,
}
Fields§
§hdr: NMHDR
§lpOFN: *mut OPENFILENAMEW
§psf: *mut c_void
§pidl: *mut c_void
Trait Implementations§
Source§impl Clone for OFNOTIFYEXW
impl Clone for OFNOTIFYEXW
Source§fn clone(&self) -> OFNOTIFYEXW
fn clone(&self) -> OFNOTIFYEXW
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 OFNOTIFYEXW
impl Debug for OFNOTIFYEXW
Source§impl Default for OFNOTIFYEXW
impl Default for OFNOTIFYEXW
Source§impl PartialEq for OFNOTIFYEXW
impl PartialEq for OFNOTIFYEXW
impl Copy for OFNOTIFYEXW
impl Eq for OFNOTIFYEXW
Auto Trait Implementations§
impl Freeze for OFNOTIFYEXW
impl RefUnwindSafe for OFNOTIFYEXW
impl !Send for OFNOTIFYEXW
impl !Sync for OFNOTIFYEXW
impl Unpin for OFNOTIFYEXW
impl UnwindSafe for OFNOTIFYEXW
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