Struct OFNOTIFYA
#[repr(C)]pub struct OFNOTIFYA {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEA,
pub pszFile: PSTR,
}
Fields§
§hdr: NMHDR
§lpOFN: *mut OPENFILENAMEA
§pszFile: PSTR
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