Struct ui_sys::platform::windows::uiWindowsSizing[][src]

#[repr(C)]
pub struct uiWindowsSizing { pub BaseX: c_int, pub BaseY: c_int, pub InternalLeading: LONG, }

Fields

Trait Implementations

impl Copy for uiWindowsSizing
[src]

impl Clone for uiWindowsSizing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiWindowsSizing
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiWindowsSizing

impl Sync for uiWindowsSizing