Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::TITLEBARINFOEX [−][src]
#[repr(C)]pub struct TITLEBARINFOEX {
pub cbSize: u32,
pub rcTitleBar: RECT,
pub rgstate: [u32; 6],
pub rgrect: [RECT; 6],
}Fields
cbSize: u32rcTitleBar: RECTrgstate: [u32; 6]rgrect: [RECT; 6]Trait Implementations
type Abi = TITLEBARINFOEX
type Abi = TITLEBARINFOEX
The abi representation of the implementing type. Read more
type DefaultType = TITLEBARINFOEX
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TITLEBARINFOEX
impl Send for TITLEBARINFOEX
impl Sync for TITLEBARINFOEX
impl Unpin for TITLEBARINFOEX
impl UnwindSafe for TITLEBARINFOEX
Blanket Implementations
Mutably borrows from an owned value. Read more