#[repr(C)]pub struct TBMETRICS {
pub cbSize: u32,
pub dwMask: u32,
pub cxPad: i32,
pub cyPad: i32,
pub cxBarPad: i32,
pub cyBarPad: i32,
pub cxButtonSpacing: i32,
pub cyButtonSpacing: i32,
}
Expand description
Required features: "Win32_UI_Controls"
Fields
cbSize: u32
dwMask: u32
cxPad: i32
cyPad: i32
cxBarPad: i32
cyBarPad: i32
cxButtonSpacing: i32
cyButtonSpacing: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TBMETRICS
impl Send for TBMETRICS
impl Sync for TBMETRICS
impl Unpin for TBMETRICS
impl UnwindSafe for TBMETRICS
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