Struct x11_dl::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
range
immutable
num_values
values

Trait Implementations

Derived Implementations

impl PartialEq for XRRPropertyInfo

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

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

impl Copy for XRRPropertyInfo

impl Clone for XRRPropertyInfo

fn clone(&self) -> XRRPropertyInfo

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