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_int
                           
                           
                           
                           min_height: c_int
                           
                           
                           
                           max_width: c_int
                           
                           
                           
                           max_height: c_int
                           
                           
                           
                           width_inc: c_int
                           
                           
                           
                           height_inc: c_int
                           
            Trait Implementations
impl Debug for XIconSize[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XIconSize[src]
fn clone(&self) -> XIconSize[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more