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