#[repr(C)]pub struct NMTRBTHUMBPOSCHANGING {
pub hdr: NMHDR,
pub dwPos: DWORD,
pub nReason: c_int,
}
Fields§
§hdr: NMHDR
§dwPos: DWORD
§nReason: c_int
Trait Implementations§
Source§impl Clone for NMTRBTHUMBPOSCHANGING
impl Clone for NMTRBTHUMBPOSCHANGING
Source§fn clone(&self) -> NMTRBTHUMBPOSCHANGING
fn clone(&self) -> NMTRBTHUMBPOSCHANGING
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 Default for NMTRBTHUMBPOSCHANGING
impl Default for NMTRBTHUMBPOSCHANGING
Source§fn default() -> NMTRBTHUMBPOSCHANGING
fn default() -> NMTRBTHUMBPOSCHANGING
Returns the “default value” for a type. Read more
impl Copy for NMTRBTHUMBPOSCHANGING
Auto Trait Implementations§
impl Freeze for NMTRBTHUMBPOSCHANGING
impl RefUnwindSafe for NMTRBTHUMBPOSCHANGING
impl !Send for NMTRBTHUMBPOSCHANGING
impl !Sync for NMTRBTHUMBPOSCHANGING
impl Unpin for NMTRBTHUMBPOSCHANGING
impl UnwindSafe for NMTRBTHUMBPOSCHANGING
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