Struct gdk_x11_sys::xlib::XIconSize [−]
#[repr(C)]pub struct XIconSize { pub min_width: i32, pub min_height: i32, pub max_width: i32, pub max_height: i32, pub width_inc: i32, pub height_inc: i32, }
Fields
min_width: i32
min_height: i32
max_width: i32
max_height: i32
width_inc: i32
height_inc: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XIconSize
impl UnwindSafe for XIconSize
Blanket Implementations
Mutably borrows from an owned value. Read more