#[repr(C)]pub struct NMTBSAVE {
pub hdr: NMHDR,
pub pData: *mut DWORD,
pub pCurrent: *mut DWORD,
pub cbData: UINT,
pub iItem: c_int,
pub cButtons: c_int,
pub tbButton: TBBUTTON,
}
Fields§
§hdr: NMHDR
§pData: *mut DWORD
§pCurrent: *mut DWORD
§cbData: UINT
§iItem: c_int
§cButtons: c_int
§tbButton: TBBUTTON
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NMTBSAVE
impl RefUnwindSafe for NMTBSAVE
impl !Send for NMTBSAVE
impl !Sync for NMTBSAVE
impl Unpin for NMTBSAVE
impl UnwindSafe for NMTBSAVE
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