Struct x11::xrandr::XRRProviderInfo
source · #[repr(C)]pub struct XRRProviderInfo {
pub capabilities: c_uint,
pub ncrtcs: c_int,
pub crtcs: *mut RRCrtc,
pub noutputs: c_int,
pub outputs: *mut RROutput,
pub name: *mut c_char,
pub nassociatedproviders: c_int,
pub associated_providers: *mut RRProvider,
pub associated_capability: *mut c_uint,
pub nameLen: c_int,
}
Fields§
§capabilities: c_uint
§ncrtcs: c_int
§crtcs: *mut RRCrtc
§noutputs: c_int
§outputs: *mut RROutput
§name: *mut c_char
§nassociatedproviders: c_int
§associated_providers: *mut RRProvider
§associated_capability: *mut c_uint
§nameLen: c_int
Trait Implementations§
source§impl Clone for XRRProviderInfo
impl Clone for XRRProviderInfo
source§fn clone(&self) -> XRRProviderInfo
fn clone(&self) -> XRRProviderInfo
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 XRRProviderInfo
impl Debug for XRRProviderInfo
source§impl PartialEq<XRRProviderInfo> for XRRProviderInfo
impl PartialEq<XRRProviderInfo> for XRRProviderInfo
source§fn eq(&self, other: &XRRProviderInfo) -> bool
fn eq(&self, other: &XRRProviderInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.