#[repr(C)]pub struct TTTOOLINFOA {
pub cbSize: UINT,
pub uFlags: UINT,
pub hwnd: HWND,
pub uId: UINT_PTR,
pub rect: RECT,
pub hinst: HINSTANCE,
pub lpszText: LPSTR,
pub lParam: LPARAM,
pub lpReserved: *mut c_void,
}
Fields§
§cbSize: UINT
§uFlags: UINT
§hwnd: HWND
§uId: UINT_PTR
§rect: RECT
§hinst: HINSTANCE
§lpszText: LPSTR
§lParam: LPARAM
§lpReserved: *mut c_void
Trait Implementations§
Source§impl Clone for TTTOOLINFOA
impl Clone for TTTOOLINFOA
Source§fn clone(&self) -> TTTOOLINFOA
fn clone(&self) -> TTTOOLINFOA
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 TTTOOLINFOA
impl Default for TTTOOLINFOA
Source§fn default() -> TTTOOLINFOA
fn default() -> TTTOOLINFOA
Returns the “default value” for a type. Read more
impl Copy for TTTOOLINFOA
Auto Trait Implementations§
impl Freeze for TTTOOLINFOA
impl RefUnwindSafe for TTTOOLINFOA
impl !Send for TTTOOLINFOA
impl !Sync for TTTOOLINFOA
impl Unpin for TTTOOLINFOA
impl UnwindSafe for TTTOOLINFOA
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