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_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
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]