#[repr(C)]pub struct tagALTTABINFO {
pub cbSize: DWORD,
pub cItems: c_int,
pub cColumns: c_int,
pub cRows: c_int,
pub iColFocus: c_int,
pub iRowFocus: c_int,
pub cxItem: c_int,
pub cyItem: c_int,
pub ptStart: POINT,
}
Fields§
§cbSize: DWORD
§cItems: c_int
§cColumns: c_int
§cRows: c_int
§iColFocus: c_int
§iRowFocus: c_int
§cxItem: c_int
§cyItem: c_int
§ptStart: POINT
Trait Implementations§
Source§impl Clone for tagALTTABINFO
impl Clone for tagALTTABINFO
Source§fn clone(&self) -> tagALTTABINFO
fn clone(&self) -> tagALTTABINFO
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 tagALTTABINFO
impl Debug for tagALTTABINFO
Source§impl Ord for tagALTTABINFO
impl Ord for tagALTTABINFO
Source§fn cmp(&self, other: &tagALTTABINFO) -> Ordering
fn cmp(&self, other: &tagALTTABINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagALTTABINFO
impl PartialEq for tagALTTABINFO
Source§impl PartialOrd for tagALTTABINFO
impl PartialOrd for tagALTTABINFO
impl Copy for tagALTTABINFO
impl Eq for tagALTTABINFO
impl StructuralPartialEq for tagALTTABINFO
Auto Trait Implementations§
impl Freeze for tagALTTABINFO
impl RefUnwindSafe for tagALTTABINFO
impl Send for tagALTTABINFO
impl Sync for tagALTTABINFO
impl Unpin for tagALTTABINFO
impl UnwindSafe for tagALTTABINFO
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