#[repr(C)]pub struct TBBUTTONINFOW {
pub cbSize: UINT,
pub dwMask: DWORD,
pub idCommand: c_int,
pub iImage: c_int,
pub fsState: BYTE,
pub fsStyle: BYTE,
pub cx: WORD,
pub lParam: DWORD_PTR,
pub pszText: LPWSTR,
pub cchText: c_int,
}
Fields§
§cbSize: UINT
§dwMask: DWORD
§idCommand: c_int
§iImage: c_int
§fsState: BYTE
§fsStyle: BYTE
§cx: WORD
§lParam: DWORD_PTR
§pszText: LPWSTR
§cchText: c_int
Trait Implementations§
Source§impl Clone for TBBUTTONINFOW
impl Clone for TBBUTTONINFOW
Source§fn clone(&self) -> TBBUTTONINFOW
fn clone(&self) -> TBBUTTONINFOW
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 TBBUTTONINFOW
impl Default for TBBUTTONINFOW
Source§fn default() -> TBBUTTONINFOW
fn default() -> TBBUTTONINFOW
Returns the “default value” for a type. Read more
impl Copy for TBBUTTONINFOW
Auto Trait Implementations§
impl Freeze for TBBUTTONINFOW
impl RefUnwindSafe for TBBUTTONINFOW
impl !Send for TBBUTTONINFOW
impl !Sync for TBBUTTONINFOW
impl Unpin for TBBUTTONINFOW
impl UnwindSafe for TBBUTTONINFOW
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