Struct x11::xrandr::XRRScreenChangeNotifyEvent [] [src]

#[repr(C)]
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

Trait Implementations

impl Debug for XRRScreenChangeNotifyEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for XRRScreenChangeNotifyEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XRRScreenChangeNotifyEvent
[src]

impl PartialEq for XRRScreenChangeNotifyEvent
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl AsMut<XRRScreenChangeNotifyEvent> for XEvent
[src]

[src]

Performs the conversion.

impl AsRef<XRRScreenChangeNotifyEvent> for XEvent
[src]

[src]

Performs the conversion.

impl From<XRRScreenChangeNotifyEvent> for XEvent
[src]

[src]

Performs the conversion.

impl<'a> From<&'a XRRScreenChangeNotifyEvent> for XEvent
[src]

[src]

Performs the conversion.

impl From<XEvent> for XRRScreenChangeNotifyEvent
[src]

[src]

Performs the conversion.

impl<'a> From<&'a XEvent> for XRRScreenChangeNotifyEvent
[src]

[src]

Performs the conversion.

Auto Trait Implementations