Struct glutin::platform::unix::x11::ffi::XRROutputChangeNotifyEvent [−][src]
#[repr(C)]pub struct XRROutputChangeNotifyEvent {
pub type_: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub window: u64,
pub subtype: i32,
pub output: u64,
pub crtc: u64,
pub mode: u64,
pub rotation: u16,
pub connection: u16,
pub subpixel_order: u16,
}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
window: u64
subtype: i32
output: u64
crtc: u64
mode: u64
rotation: u16
connection: u16
subpixel_order: u16
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 XRROutputChangeNotifyEvent
impl !Send for XRROutputChangeNotifyEvent
impl !Sync for XRROutputChangeNotifyEvent
impl Unpin for XRROutputChangeNotifyEvent
impl UnwindSafe for XRROutputChangeNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more