#[repr(C)]pub struct TBBUTTONINFOA {
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: PSTR,
pub cchText: i32,
}
Fields§
§cbSize: u32
§dwMask: TBBUTTONINFOW_MASK
§idCommand: i32
§iImage: i32
§fsState: u8
§fsStyle: u8
§cx: u16
§lParam: usize
§pszText: PSTR
§cchText: i32
Trait Implementations§
Source§impl Abi for TBBUTTONINFOA
impl Abi for TBBUTTONINFOA
Source§type Abi = TBBUTTONINFOA
type Abi = TBBUTTONINFOA
The abi representation of the implementing type. Read more
type DefaultType = TBBUTTONINFOA
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 TBBUTTONINFOA
impl Clone for TBBUTTONINFOA
Source§fn clone(&self) -> TBBUTTONINFOA
fn clone(&self) -> TBBUTTONINFOA
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 TBBUTTONINFOA
impl Debug for TBBUTTONINFOA
Source§impl Default for TBBUTTONINFOA
impl Default for TBBUTTONINFOA
Source§impl PartialEq for TBBUTTONINFOA
impl PartialEq for TBBUTTONINFOA
impl Copy for TBBUTTONINFOA
impl Eq for TBBUTTONINFOA
Auto Trait Implementations§
impl Freeze for TBBUTTONINFOA
impl RefUnwindSafe for TBBUTTONINFOA
impl !Send for TBBUTTONINFOA
impl !Sync for TBBUTTONINFOA
impl Unpin for TBBUTTONINFOA
impl UnwindSafe for TBBUTTONINFOA
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