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: i32min_height: i32max_width: i32max_height: i32width_inc: i32height_inc: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XIconSizeimpl UnwindSafe for XIconSizeBlanket Implementations
Mutably borrows from an owned value. Read more