Struct x11_dl::xrandr::XRRCrtcChangeNotifyEvent [−][src]
#[repr(C)]pub struct XRRCrtcChangeNotifyEvent {}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
crtc: RRCrtc
mode: RRMode
rotation: Rotation
x: c_int
y: c_int
width: c_uint
height: c_uint
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 XRRCrtcChangeNotifyEvent
impl !Send for XRRCrtcChangeNotifyEvent
impl !Sync for XRRCrtcChangeNotifyEvent
impl Unpin for XRRCrtcChangeNotifyEvent
impl UnwindSafe for XRRCrtcChangeNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more