Struct x11_dl::xrandr::XRRScreenSize [] [src]

#[repr(C)]
pub struct XRRScreenSize { pub width: c_int, pub height: c_int, pub mwidth: c_int, pub mheight: c_int, }

Fields

Trait Implementations

impl Debug for XRRScreenSize
[src]

[src]

Formats the value using the given formatter.

impl Clone for XRRScreenSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XRRScreenSize
[src]

impl PartialEq for XRRScreenSize
[src]

[src]

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

[src]

This method tests for !=.