#[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: POINTTrait Implementations§
Source§impl Clone for tagALTTABINFO
impl Clone for tagALTTABINFO
Source§fn clone(&self) -> tagALTTABINFO
fn clone(&self) -> tagALTTABINFO
Returns a duplicate 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
impl Copy 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