Struct x11::xrandr::XRRPropertyInfo
[−]
[src]
#[repr(C)]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 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
impl Copy for XRRPropertyInfo
[src]
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 !=
.