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: u32
uTitleBitmap: u32
cch: u32
pszTitle: PWSTR
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more