Struct windows_sys::Win32::UI::Controls::TBMETRICS
#[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,
}
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§
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