#[repr(C)]pub struct TTGETTITLE {
pub dwSize: DWORD,
pub uTitleBitmap: UINT,
pub cch: UINT,
pub pszTitle: *mut WCHAR,
}
Fields§
§dwSize: DWORD
§uTitleBitmap: UINT
§cch: UINT
§pszTitle: *mut WCHAR
Trait Implementations§
Source§impl Clone for TTGETTITLE
impl Clone for TTGETTITLE
Source§fn clone(&self) -> TTGETTITLE
fn clone(&self) -> TTGETTITLE
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 TTGETTITLE
impl Default for TTGETTITLE
Source§fn default() -> TTGETTITLE
fn default() -> TTGETTITLE
Returns the “default value” for a type. Read more
impl Copy for TTGETTITLE
Auto Trait Implementations§
impl Freeze for TTGETTITLE
impl RefUnwindSafe for TTGETTITLE
impl !Send for TTGETTITLE
impl !Sync for TTGETTITLE
impl Unpin for TTGETTITLE
impl UnwindSafe for TTGETTITLE
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