#[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: u32dwMask: u32cxPad: i32cyPad: i32cxBarPad: i32cyBarPad: i32cxButtonSpacing: i32cyButtonSpacing: i32Trait 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