Struct x11::xlib::XIconSize [−] [src]

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
min_height
max_width
max_height
width_inc
height_inc

Trait Implementations

Derived Implementations

impl PartialEq for XIconSize

fn eq(&self, __arg_0: &XIconSize) -> bool

fn ne(&self, __arg_0: &XIconSize) -> bool

impl Copy for XIconSize

impl Clone for XIconSize

fn clone(&self) -> XIconSize

fn clone_from(&mut self, source: &Self)