Struct glutin::platform::unix::x11::ffi::XRRProviderResources [−][src]
#[repr(C)]pub struct XRRProviderResources {
pub timestamp: u64,
pub nproviders: i32,
pub providers: *mut u64,
}
Fields
timestamp: u64
nproviders: i32
providers: *mut u64
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 XRRProviderResources
impl !Send for XRRProviderResources
impl !Sync for XRRProviderResources
impl Unpin for XRRProviderResources
impl UnwindSafe for XRRProviderResources
Blanket Implementations
Mutably borrows from an owned value. Read more