#[repr(C)]pub struct _OFNOTIFYEXA {
pub hdr: NMHDR,
pub lpOFN: LPOPENFILENAMEA,
pub psf: LPVOID,
pub pidl: LPVOID,
}
Fields§
§hdr: NMHDR
§lpOFN: LPOPENFILENAMEA
§psf: LPVOID
§pidl: LPVOID
Trait Implementations§
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 Ord for _OFNOTIFYEXA
impl Ord for _OFNOTIFYEXA
Source§fn cmp(&self, other: &_OFNOTIFYEXA) -> Ordering
fn cmp(&self, other: &_OFNOTIFYEXA) -> 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 _OFNOTIFYEXA
impl PartialEq for _OFNOTIFYEXA
Source§impl PartialOrd for _OFNOTIFYEXA
impl PartialOrd for _OFNOTIFYEXA
impl Copy for _OFNOTIFYEXA
impl Eq for _OFNOTIFYEXA
impl StructuralPartialEq 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