Struct windows_sys::Win32::UI::Controls::NMPGHOTITEM
#[repr(C)]pub struct NMPGHOTITEM {
pub hdr: NMHDR,
pub idOld: i32,
pub idNew: i32,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§hdr: NMHDR
§idOld: i32
§idNew: i32
§dwFlags: u32
Trait Implementations§
§impl Clone for NMPGHOTITEM
impl Clone for NMPGHOTITEM
impl Copy for NMPGHOTITEM
Auto Trait Implementations§
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