Struct windows_sys::Win32::UI::WindowsAndMessaging::ALTTABINFO
[−]#[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,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
, "Win32_Foundation"
Fields
cbSize: u32
cItems: i32
cColumns: i32
cRows: i32
iColFocus: i32
iRowFocus: i32
cxItem: i32
cyItem: i32
ptStart: POINT
Trait Implementations
impl Clone for ALTTABINFO
impl Clone for ALTTABINFO
impl Copy for ALTTABINFO
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more