#[repr(C)]pub struct OFNOTIFYA {
pub hdr: NMHDR,
pub lpOFN: LPOPENFILENAMEA,
pub pszFile: LPSTR,
}
Fields§
§hdr: NMHDR
§lpOFN: LPOPENFILENAMEA
§pszFile: LPSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OFNOTIFYA
impl RefUnwindSafe for OFNOTIFYA
impl !Send for OFNOTIFYA
impl !Sync for OFNOTIFYA
impl Unpin for OFNOTIFYA
impl UnwindSafe for OFNOTIFYA
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