#[repr(C)]pub struct BUTTON_SPLITINFO {
pub mask: UINT,
pub himlGlyph: HIMAGELIST,
pub uSplitStyle: UINT,
pub size: SIZE,
}
Fields§
§mask: UINT
§himlGlyph: HIMAGELIST
§uSplitStyle: UINT
§size: SIZE
Trait Implementations§
Source§impl Clone for BUTTON_SPLITINFO
impl Clone for BUTTON_SPLITINFO
Source§fn clone(&self) -> BUTTON_SPLITINFO
fn clone(&self) -> BUTTON_SPLITINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for BUTTON_SPLITINFO
impl Default for BUTTON_SPLITINFO
Source§fn default() -> BUTTON_SPLITINFO
fn default() -> BUTTON_SPLITINFO
Returns the “default value” for a type. Read more
impl Copy for BUTTON_SPLITINFO
Auto Trait Implementations§
impl Freeze for BUTTON_SPLITINFO
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§
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