Struct windows_sys::Win32::UI::Controls::TTGETTITLE
[−]#[repr(C)]pub struct TTGETTITLE {
pub dwSize: u32,
pub uTitleBitmap: u32,
pub cch: u32,
pub pszTitle: PWSTR,
}Expand description
Required features: "Win32_UI_Controls"
Fields
dwSize: u32uTitleBitmap: u32cch: u32pszTitle: PWSTRTrait Implementations
impl Clone for TTGETTITLE
impl Clone for TTGETTITLE
impl Copy for TTGETTITLE
Auto Trait Implementations
impl RefUnwindSafe for TTGETTITLE
impl !Send for TTGETTITLE
impl !Sync for TTGETTITLE
impl Unpin for TTGETTITLE
impl UnwindSafe for TTGETTITLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more