Struct windows_sys::Win32::UI::Controls::BUTTON_SPLITINFO
[−]#[repr(C)]pub struct BUTTON_SPLITINFO {
pub mask: u32,
pub himlGlyph: HIMAGELIST,
pub uSplitStyle: u32,
pub size: SIZE,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
mask: u32
himlGlyph: HIMAGELIST
uSplitStyle: u32
size: SIZE
Trait Implementations
impl Clone for BUTTON_SPLITINFO
impl Clone for BUTTON_SPLITINFO
impl Copy for BUTTON_SPLITINFO
Auto Trait Implementations
impl RefUnwindSafe for BUTTON_SPLITINFO
impl Send for BUTTON_SPLITINFO
impl Sync for BUTTON_SPLITINFO
impl Unpin for BUTTON_SPLITINFO
impl UnwindSafe for BUTTON_SPLITINFO
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