Struct webview2_com_sys::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 DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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