#[repr(C)]
pub struct NMTBSAVE { pub hdr: NMHDR, pub pData: *mut u32, pub pCurrent: *mut u32, pub cbData: u32, pub iItem: i32, pub cButtons: i32, pub tbButton: TBBUTTON, }
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation"

Fields§

§hdr: NMHDR§pData: *mut u32§pCurrent: *mut u32§cbData: u32§iItem: i32§cButtons: i32§tbButton: TBBUTTON

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.