Struct windows_sys::Win32::UI::Controls::NMSELCHANGE
#[repr(C)]pub struct NMSELCHANGE {
pub nmhdr: NMHDR,
pub stSelStart: SYSTEMTIME,
pub stSelEnd: SYSTEMTIME,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§nmhdr: NMHDR
§stSelStart: SYSTEMTIME
§stSelEnd: SYSTEMTIME
Trait Implementations§
§impl Clone for NMSELCHANGE
impl Clone for NMSELCHANGE
impl Copy for NMSELCHANGE
Auto Trait Implementations§
impl RefUnwindSafe for NMSELCHANGE
impl Send for NMSELCHANGE
impl Sync for NMSELCHANGE
impl Unpin for NMSELCHANGE
impl UnwindSafe for NMSELCHANGE
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