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

Trait Implementations

impl Debug for XIconSize
[src]

[src]

Formats the value using the given formatter.

impl Clone for XIconSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XIconSize
[src]

impl PartialEq for XIconSize
[src]

[src]

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

[src]

This method tests for !=.