Struct glutin_glx_sys::XIconSize [−][src]
#[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 XIconSize
impl UnwindSafe for XIconSize
Blanket Implementations
Mutably borrows from an owned value. Read more
