Struct x11_dl::xlib::XIconSize [−][src]
#[repr(C)]pub struct XIconSize {
pub min_width: c_int,
pub min_height: c_int,
pub max_width: c_int,
pub max_height: c_int,
pub width_inc: c_int,
pub height_inc: c_int,
}Fields
min_width: c_intmin_height: c_intmax_width: c_intmax_height: c_intwidth_inc: c_intheight_inc: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XIconSize
impl UnwindSafe for XIconSize
Blanket Implementations
Mutably borrows from an owned value. Read more
