Struct x11_dl::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

Trait Implementations

impl PartialEq for XIconSize
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for XIconSize
[src]

impl Clone for XIconSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more