Struct x11::xrandr::XRRPropertyInfo
source · #[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§
source§impl Clone for XRRPropertyInfo
impl Clone for XRRPropertyInfo
source§fn clone(&self) -> XRRPropertyInfo
fn clone(&self) -> XRRPropertyInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XRRPropertyInfo
impl Debug for XRRPropertyInfo
source§impl PartialEq<XRRPropertyInfo> for XRRPropertyInfo
impl PartialEq<XRRPropertyInfo> for XRRPropertyInfo
source§fn eq(&self, other: &XRRPropertyInfo) -> bool
fn eq(&self, other: &XRRPropertyInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.