Struct x11_dl::xrandr::XRRCrtcInfo [−][src]
#[repr(C)]pub struct XRRCrtcInfo {
pub timestamp: Time,
pub x: c_int,
pub y: c_int,
pub width: c_uint,
pub height: c_uint,
pub mode: RRMode,
pub rotation: Rotation,
pub noutput: c_int,
pub outputs: *mut RROutput,
pub rotations: Rotation,
pub npossible: c_int,
pub possible: *mut RROutput,
}
Fields
timestamp: Time
x: c_int
y: c_int
width: c_uint
height: c_uint
mode: RRMode
rotation: Rotation
noutput: c_int
outputs: *mut RROutput
rotations: Rotation
npossible: c_int
possible: *mut RROutput
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 XRRCrtcInfo
impl !Send for XRRCrtcInfo
impl !Sync for XRRCrtcInfo
impl Unpin for XRRCrtcInfo
impl UnwindSafe for XRRCrtcInfo
Blanket Implementations
Mutably borrows from an owned value. Read more