#[repr(C)]pub struct TBBUTTONINFOW {
pub cbSize: u32,
pub dwMask: TBBUTTONINFOW_MASK,
pub idCommand: i32,
pub iImage: i32,
pub fsState: u8,
pub fsStyle: u8,
pub cx: u16,
pub lParam: usize,
pub pszText: PWSTR,
pub cchText: i32,
}
Fields§
§cbSize: u32
§dwMask: TBBUTTONINFOW_MASK
§idCommand: i32
§iImage: i32
§fsState: u8
§fsStyle: u8
§cx: u16
§lParam: usize
§pszText: PWSTR
§cchText: i32
Trait Implementations§
Source§impl Abi for TBBUTTONINFOW
impl Abi for TBBUTTONINFOW
Source§type Abi = TBBUTTONINFOW
type Abi = TBBUTTONINFOW
The abi representation of the implementing type. Read more
type DefaultType = TBBUTTONINFOW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for TBBUTTONINFOW
impl Debug for TBBUTTONINFOW
Source§impl Default for TBBUTTONINFOW
impl Default for TBBUTTONINFOW
Source§impl PartialEq for TBBUTTONINFOW
impl PartialEq for TBBUTTONINFOW
impl Copy for TBBUTTONINFOW
impl Eq 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