pub struct XRRScreenChangeNotifyEvent {
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_ | |
serial | |
send_event | |
display | |
window | |
root | |
timestamp | |
config_timestamp | |
size_index | |
subpixel_order | |
rotation | |
width | |
height | |
mwidth | |
mheight | |
Trait Implementations
Derived Implementations