Struct NMUPDOWN
#[repr(C)]pub struct NMUPDOWN {
pub hdr: NMHDR,
pub iPos: i32,
pub iDelta: i32,
}
Fields§
§hdr: NMHDR
§iPos: i32
§iDelta: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NMUPDOWN
impl RefUnwindSafe for NMUPDOWN
impl !Send for NMUPDOWN
impl !Sync for NMUPDOWN
impl Unpin for NMUPDOWN
impl UnwindSafe for NMUPDOWN
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