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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XRRPropertyInfo
impl !Send for XRRPropertyInfo
impl !Sync for XRRPropertyInfo
impl Unpin for XRRPropertyInfo
impl UnwindSafe for XRRPropertyInfo
Blanket Implementations
Mutably borrows from an owned value. Read more