#[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 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 OFNOTIFYEXA
impl Default for OFNOTIFYEXA
Source§fn default() -> OFNOTIFYEXA
fn default() -> OFNOTIFYEXA
Returns the “default value” for a type. Read more
impl Copy 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