Struct x11_dl::xlib::AspectRatio [] [src]

pub struct AspectRatio {
    pub x: c_int,
    pub y: c_int,
}

Fields

Trait Implementations

impl PartialEq for AspectRatio
[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 AspectRatio
[src]

impl Clone for AspectRatio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more