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