Struct x11::xrandr::XRRScreenChangeNotifyEvent [−][src]
#[repr(C)]pub struct XRRScreenChangeNotifyEvent {}Show 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_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
root: Window
timestamp: Time
config_timestamp: Time
size_index: SizeID
subpixel_order: SubpixelOrder
rotation: Rotation
width: c_int
height: c_int
mwidth: c_int
mheight: c_int
Trait Implementations
impl AsMut<XRRScreenChangeNotifyEvent> for XEvent
[src]
impl AsMut<XRRScreenChangeNotifyEvent> for XEvent
[src]fn as_mut(&mut self) -> &mut XRRScreenChangeNotifyEvent
[src]
impl AsRef<XRRScreenChangeNotifyEvent> for XEvent
[src]
impl AsRef<XRRScreenChangeNotifyEvent> for XEvent
[src]fn as_ref(&self) -> &XRRScreenChangeNotifyEvent
[src]
impl Clone for XRRScreenChangeNotifyEvent
[src]
impl Clone for XRRScreenChangeNotifyEvent
[src]fn clone(&self) -> XRRScreenChangeNotifyEvent
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> From<&'a XEvent> for XRRScreenChangeNotifyEvent
[src]
impl<'a> From<&'a XEvent> for XRRScreenChangeNotifyEvent
[src]fn from(xevent: &'a XEvent) -> XRRScreenChangeNotifyEvent
[src]
impl<'a> From<&'a XRRScreenChangeNotifyEvent> for XEvent
[src]
impl<'a> From<&'a XRRScreenChangeNotifyEvent> for XEvent
[src]fn from(other: &'a XRRScreenChangeNotifyEvent) -> XEvent
[src]
impl From<XEvent> for XRRScreenChangeNotifyEvent
[src]
impl From<XEvent> for XRRScreenChangeNotifyEvent
[src]fn from(xevent: XEvent) -> XRRScreenChangeNotifyEvent
[src]
impl From<XRRScreenChangeNotifyEvent> for XEvent
[src]
impl From<XRRScreenChangeNotifyEvent> for XEvent
[src]fn from(other: XRRScreenChangeNotifyEvent) -> XEvent
[src]
impl PartialEq<XRRScreenChangeNotifyEvent> for XRRScreenChangeNotifyEvent
[src]
impl PartialEq<XRRScreenChangeNotifyEvent> for XRRScreenChangeNotifyEvent
[src]