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