Struct x11_dl::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 Debug for XRRPropertyInfo[src]
impl Debug for XRRPropertyInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XRRPropertyInfo[src]
impl Clone for XRRPropertyInfofn clone(&self) -> XRRPropertyInfo[src]
fn clone(&self) -> XRRPropertyInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XRRPropertyInfo[src]
impl Copy for XRRPropertyInfoimpl PartialEq for XRRPropertyInfo[src]
impl PartialEq for XRRPropertyInfofn eq(&self, other: &XRRPropertyInfo) -> bool[src]
fn eq(&self, other: &XRRPropertyInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRPropertyInfo) -> bool[src]
fn ne(&self, other: &XRRPropertyInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XRRPropertyInfo
impl !Send for XRRPropertyInfoimpl !Sync for XRRPropertyInfo
impl !Sync for XRRPropertyInfo