Struct x11_dl::xrandr::XRRScreenChangeNotifyEvent [−][src]
#[repr(C)]pub struct XRRScreenChangeNotifyEvent {Show 15 fields
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub root: Window,
pub timestamp: Time,
pub config_timestamp: Time,
pub size_index: SizeID,
pub subpixel_order: SubpixelOrder,
pub rotation: Rotation,
pub width: c_int,
pub height: c_int,
pub mwidth: c_int,
pub mheight: c_int,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowroot: Windowtimestamp: Timeconfig_timestamp: Timesize_index: SizeIDsubpixel_order: SubpixelOrderrotation: Rotationwidth: c_intheight: c_intmwidth: c_intmheight: c_intTrait 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 XRRScreenChangeNotifyEvent
impl !Send for XRRScreenChangeNotifyEvent
impl !Sync for XRRScreenChangeNotifyEvent
impl Unpin for XRRScreenChangeNotifyEvent
impl UnwindSafe for XRRScreenChangeNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
