#[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 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 Ord for _OFNOTIFYEXW
impl Ord for _OFNOTIFYEXW
Source§fn cmp(&self, other: &_OFNOTIFYEXW) -> Ordering
fn cmp(&self, other: &_OFNOTIFYEXW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _OFNOTIFYEXW
impl PartialEq for _OFNOTIFYEXW
Source§impl PartialOrd for _OFNOTIFYEXW
impl PartialOrd for _OFNOTIFYEXW
impl Copy for _OFNOTIFYEXW
impl Eq for _OFNOTIFYEXW
impl StructuralPartialEq 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