Struct windows_sys::Win32::UI::Controls::TBINSERTMARK
[−]#[repr(C)]pub struct TBINSERTMARK {
pub iButton: i32,
pub dwFlags: TBINSERTMARK_FLAGS,
}
Expand description
Required features: "Win32_UI_Controls"
Fields
iButton: i32
dwFlags: TBINSERTMARK_FLAGS
Trait Implementations
impl Clone for TBINSERTMARK
impl Clone for TBINSERTMARK
impl Copy for TBINSERTMARK
Auto Trait Implementations
impl RefUnwindSafe for TBINSERTMARK
impl Send for TBINSERTMARK
impl Sync for TBINSERTMARK
impl Unpin for TBINSERTMARK
impl UnwindSafe for TBINSERTMARK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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