Struct NMSELCHANGE
#[repr(C)]pub struct NMSELCHANGE {
pub nmhdr: NMHDR,
pub stSelStart: SYSTEMTIME,
pub stSelEnd: SYSTEMTIME,
}Fields§
§nmhdr: NMHDR§stSelStart: SYSTEMTIME§stSelEnd: SYSTEMTIMETrait Implementations§
§impl Clone for NMSELCHANGE
impl Clone for NMSELCHANGE
§fn clone(&self) -> NMSELCHANGE
fn clone(&self) -> NMSELCHANGE
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 NMSELCHANGE
§impl Default for NMSELCHANGE
impl Default for NMSELCHANGE
§fn default() -> NMSELCHANGE
fn default() -> NMSELCHANGE
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMSELCHANGE
impl !Sync for NMSELCHANGE
impl Freeze for NMSELCHANGE
impl RefUnwindSafe for NMSELCHANGE
impl Unpin for NMSELCHANGE
impl UnsafeUnpin 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