Struct glutin::platform::unix::x11::ffi::XRRPropertyInfo [−][src]
#[repr(C)]pub struct XRRPropertyInfo {
pub pending: i32,
pub range: i32,
pub immutable: i32,
pub num_values: i32,
pub values: *mut i64,
}
Fields
pending: i32
range: i32
immutable: i32
num_values: i32
values: *mut i64
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