#[repr(C)]pub struct _OFNOTIFYW {
pub hdr: NMHDR,
pub lpOFN: LPOPENFILENAMEW,
pub pszFile: LPWSTR,
}Fields§
§hdr: NMHDR§lpOFN: LPOPENFILENAMEW§pszFile: LPWSTRTrait Implementations§
Source§impl Clone for _OFNOTIFYW
impl Clone for _OFNOTIFYW
Source§fn clone(&self) -> _OFNOTIFYW
fn clone(&self) -> _OFNOTIFYW
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 Debug for _OFNOTIFYW
impl Debug for _OFNOTIFYW
impl Copy for _OFNOTIFYW
Auto Trait Implementations§
impl Freeze for _OFNOTIFYW
impl RefUnwindSafe for _OFNOTIFYW
impl !Send for _OFNOTIFYW
impl !Sync for _OFNOTIFYW
impl Unpin for _OFNOTIFYW
impl UnwindSafe for _OFNOTIFYW
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