#[repr(C)]pub struct NMPGHOTITEM {
pub hdr: NMHDR,
pub idOld: c_int,
pub idNew: c_int,
pub dwFlags: DWORD,
}
Fields§
§hdr: NMHDR
§idOld: c_int
§idNew: c_int
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for NMPGHOTITEM
impl Clone for NMPGHOTITEM
Source§fn clone(&self) -> NMPGHOTITEM
fn clone(&self) -> NMPGHOTITEM
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 Default for NMPGHOTITEM
impl Default for NMPGHOTITEM
Source§fn default() -> NMPGHOTITEM
fn default() -> NMPGHOTITEM
Returns the “default value” for a type. Read more
impl Copy for NMPGHOTITEM
Auto Trait Implementations§
impl Freeze for NMPGHOTITEM
impl RefUnwindSafe for NMPGHOTITEM
impl !Send for NMPGHOTITEM
impl !Sync for NMPGHOTITEM
impl Unpin for NMPGHOTITEM
impl UnwindSafe for NMPGHOTITEM
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