#[repr(C)]pub struct OFNOTIFYEXW {
pub hdr: NMHDR,
pub lpOFN: LPOPENFILENAMEW,
pub psf: LPVOID,
pub pidl: LPVOID,
}
Fields§
§hdr: NMHDR
§lpOFN: LPOPENFILENAMEW
§psf: LPVOID
§pidl: LPVOID
Trait Implementations§
Source§impl Clone for OFNOTIFYEXW
impl Clone for OFNOTIFYEXW
Source§fn clone(&self) -> OFNOTIFYEXW
fn clone(&self) -> OFNOTIFYEXW
Returns a duplicate 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 Default for OFNOTIFYEXW
impl Default for OFNOTIFYEXW
Source§fn default() -> OFNOTIFYEXW
fn default() -> OFNOTIFYEXW
Returns the “default value” for a type. Read more
impl Copy 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