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: Boolrange: Boolimmutable: Boolnum_values: c_intvalues: *mut c_longTrait 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
