Struct x11_dl::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 for XRRProviderInfo
impl PartialEq 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 ==
.impl Copy for XRRProviderInfo
impl StructuralPartialEq for XRRProviderInfo
Auto Trait Implementations§
impl Freeze for XRRProviderInfo
impl RefUnwindSafe for XRRProviderInfo
impl !Send for XRRProviderInfo
impl !Sync for XRRProviderInfo
impl Unpin for XRRProviderInfo
impl UnwindSafe for XRRProviderInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more