Struct x11::xrandr::XRRPropertyInfo [] [src]

pub struct XRRPropertyInfo {
    pub pending: Bool,
    pub range: Bool,
    pub immutable: Bool,
    pub num_values: c_int,
    pub values: *mut c_long,
}

Fields

pending: Bool range: Bool immutable: Bool num_values: c_int values: *mut c_long

Trait Implementations

impl PartialEq for XRRPropertyInfo
[src]

fn eq(&self, __arg_0: &XRRPropertyInfo) -> bool

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

fn ne(&self, __arg_0: &XRRPropertyInfo) -> bool

This method tests for !=.

impl Copy for XRRPropertyInfo
[src]

impl Clone for XRRPropertyInfo
[src]

fn clone(&self) -> XRRPropertyInfo

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more