Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::ALTTABINFO [−][src]
#[repr(C)]pub struct ALTTABINFO {
pub cbSize: u32,
pub cItems: i32,
pub cColumns: i32,
pub cRows: i32,
pub iColFocus: i32,
pub iRowFocus: i32,
pub cxItem: i32,
pub cyItem: i32,
pub ptStart: POINT,
}Fields
cbSize: u32cItems: i32cColumns: i32cRows: i32iColFocus: i32iRowFocus: i32cxItem: i32cyItem: i32ptStart: POINTTrait Implementations
type Abi = ALTTABINFO
type Abi = ALTTABINFO
The abi representation of the implementing type. Read more
type DefaultType = ALTTABINFO
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 ALTTABINFO
impl Send for ALTTABINFO
impl Sync for ALTTABINFO
impl Unpin for ALTTABINFO
impl UnwindSafe for ALTTABINFO
Blanket Implementations
Mutably borrows from an owned value. Read more