#[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: u32
§cItems: i32
§cColumns: i32
§cRows: i32
§iColFocus: i32
§iRowFocus: i32
§cxItem: i32
§cyItem: i32
§ptStart: POINT
Trait Implementations§
Source§impl Abi for ALTTABINFO
impl Abi for ALTTABINFO
Source§type Abi = ALTTABINFO
type Abi = ALTTABINFO
The abi representation of the implementing type. Read more
type DefaultType = ALTTABINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for ALTTABINFO
impl Clone for ALTTABINFO
Source§fn clone(&self) -> ALTTABINFO
fn clone(&self) -> ALTTABINFO
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 Debug for ALTTABINFO
impl Debug for ALTTABINFO
Source§impl Default for ALTTABINFO
impl Default for ALTTABINFO
Source§impl PartialEq for ALTTABINFO
impl PartialEq for ALTTABINFO
impl Copy for ALTTABINFO
impl Eq for ALTTABINFO
Auto Trait Implementations§
impl Freeze for ALTTABINFO
impl RefUnwindSafe for ALTTABINFO
impl Send for ALTTABINFO
impl Sync for ALTTABINFO
impl Unpin for ALTTABINFO
impl UnwindSafe for ALTTABINFO
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