Struct windows_sys::Win32::UI::Controls::NMTRBTHUMBPOSCHANGING
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
dwPos: u32
nReason: i32
Trait Implementations
impl Clone for NMTRBTHUMBPOSCHANGING
impl Clone for NMTRBTHUMBPOSCHANGING
impl Copy for NMTRBTHUMBPOSCHANGING
Auto Trait Implementations
impl RefUnwindSafe for NMTRBTHUMBPOSCHANGING
impl Send for NMTRBTHUMBPOSCHANGING
impl Sync for NMTRBTHUMBPOSCHANGING
impl Unpin for NMTRBTHUMBPOSCHANGING
impl UnwindSafe for NMTRBTHUMBPOSCHANGING
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