#[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: DWORDTrait Implementations§
Source§impl Clone for NMPGHOTITEM
impl Clone for NMPGHOTITEM
Source§fn clone(&self) -> NMPGHOTITEM
fn clone(&self) -> NMPGHOTITEM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMPGHOTITEM
Source§impl Default for NMPGHOTITEM
Available on crate feature impl-default only.
impl Default for NMPGHOTITEM
Available on crate feature
impl-default only.Source§fn default() -> NMPGHOTITEM
fn default() -> NMPGHOTITEM
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMPGHOTITEM
impl !Sync for NMPGHOTITEM
impl Freeze for NMPGHOTITEM
impl RefUnwindSafe for NMPGHOTITEM
impl Unpin for NMPGHOTITEM
impl UnsafeUnpin 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