Struct windows_sys::Win32::UI::Controls::NMTRBTHUMBPOSCHANGING
#[repr(C)]pub struct NMTRBTHUMBPOSCHANGING {
pub hdr: NMHDR,
pub dwPos: u32,
pub nReason: i32,
}
Expand description
Required features: "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§
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