#[repr(C)]pub struct NMSELCHANGE {
pub nmhdr: NMHDR,
pub stSelStart: SYSTEMTIME,
pub stSelEnd: SYSTEMTIME,
}
Fields§
§nmhdr: NMHDR
§stSelStart: SYSTEMTIME
§stSelEnd: SYSTEMTIME
Trait Implementations§
Source§impl Clone for NMSELCHANGE
impl Clone for NMSELCHANGE
Source§fn clone(&self) -> NMSELCHANGE
fn clone(&self) -> NMSELCHANGE
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 Debug for NMSELCHANGE
impl Debug for NMSELCHANGE
Source§impl Default for NMSELCHANGE
impl Default for NMSELCHANGE
Source§impl PartialEq for NMSELCHANGE
impl PartialEq for NMSELCHANGE
impl Copy for NMSELCHANGE
impl Eq for NMSELCHANGE
Auto Trait Implementations§
impl Freeze for NMSELCHANGE
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