Struct x11_dl::xrandr::XRRScreenResources
source · #[repr(C)]pub struct XRRScreenResources {
pub timestamp: Time,
pub configTimestamp: Time,
pub ncrtc: c_int,
pub crtcs: *mut RRCrtc,
pub noutput: c_int,
pub outputs: *mut RROutput,
pub nmode: c_int,
pub modes: *mut XRRModeInfo,
}
Fields§
§timestamp: Time
§configTimestamp: Time
§ncrtc: c_int
§crtcs: *mut RRCrtc
§noutput: c_int
§outputs: *mut RROutput
§nmode: c_int
§modes: *mut XRRModeInfo
Trait Implementations§
source§impl Clone for XRRScreenResources
impl Clone for XRRScreenResources
source§fn clone(&self) -> XRRScreenResources
fn clone(&self) -> XRRScreenResources
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 XRRScreenResources
impl Debug for XRRScreenResources
source§impl PartialEq for XRRScreenResources
impl PartialEq for XRRScreenResources
impl Copy for XRRScreenResources
impl StructuralPartialEq for XRRScreenResources
Auto Trait Implementations§
impl Freeze for XRRScreenResources
impl RefUnwindSafe for XRRScreenResources
impl !Send for XRRScreenResources
impl !Sync for XRRScreenResources
impl Unpin for XRRScreenResources
impl UnwindSafe for XRRScreenResources
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)