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
sourceimpl Clone for XRRProviderInfo
impl Clone for XRRProviderInfo
sourcefn clone(&self) -> XRRProviderInfo
fn clone(&self) -> XRRProviderInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XRRProviderInfo
impl Debug for XRRProviderInfo
sourceimpl PartialEq<XRRProviderInfo> for XRRProviderInfo
impl PartialEq<XRRProviderInfo> for XRRProviderInfo
sourcefn 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 ==
. Read more
impl Copy for XRRProviderInfo
impl StructuralPartialEq for XRRProviderInfo
Auto Trait Implementations
impl RefUnwindSafe for XRRProviderInfo
impl !Send for XRRProviderInfo
impl !Sync for XRRProviderInfo
impl Unpin for XRRProviderInfo
impl UnwindSafe for XRRProviderInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more