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_UI_Controls"
, "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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more