Struct x11::xrandr::XRROutputChangeNotifyEvent
source · [−]#[repr(C)]pub struct XRROutputChangeNotifyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub subtype: c_int,
pub output: RROutput,
pub crtc: RRCrtc,
pub mode: RRMode,
pub rotation: Rotation,
pub connection: Connection,
pub subpixel_order: SubpixelOrder,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
output: RROutput
crtc: RRCrtc
mode: RRMode
rotation: Rotation
connection: Connection
subpixel_order: SubpixelOrder
Trait Implementations
sourceimpl AsMut<XRROutputChangeNotifyEvent> for XEvent
impl AsMut<XRROutputChangeNotifyEvent> for XEvent
sourcefn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
Converts this type into a mutable reference of the (usually inferred) input type.
sourceimpl AsRef<XRROutputChangeNotifyEvent> for XEvent
impl AsRef<XRROutputChangeNotifyEvent> for XEvent
sourcefn as_ref(&self) -> &XRROutputChangeNotifyEvent
fn as_ref(&self) -> &XRROutputChangeNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XRROutputChangeNotifyEvent
impl Clone for XRROutputChangeNotifyEvent
sourcefn clone(&self) -> XRROutputChangeNotifyEvent
fn clone(&self) -> XRROutputChangeNotifyEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XRROutputChangeNotifyEvent
impl Debug for XRROutputChangeNotifyEvent
sourceimpl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent
impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent
sourcefn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent
fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent
impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent
sourcefn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent
fn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XRROutputChangeNotifyEvent
impl From<XEvent> for XRROutputChangeNotifyEvent
sourcefn from(xevent: XEvent) -> XRROutputChangeNotifyEvent
fn from(xevent: XEvent) -> XRROutputChangeNotifyEvent
Converts to this type from the input type.
sourceimpl From<XRROutputChangeNotifyEvent> for XEvent
impl From<XRROutputChangeNotifyEvent> for XEvent
sourcefn from(other: XRROutputChangeNotifyEvent) -> XEvent
fn from(other: XRROutputChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
sourceimpl PartialEq<XRROutputChangeNotifyEvent> for XRROutputChangeNotifyEvent
impl PartialEq<XRROutputChangeNotifyEvent> for XRROutputChangeNotifyEvent
sourcefn eq(&self, other: &XRROutputChangeNotifyEvent) -> bool
fn eq(&self, other: &XRROutputChangeNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XRROutputChangeNotifyEvent
impl StructuralPartialEq for XRROutputChangeNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for XRROutputChangeNotifyEvent
impl !Send for XRROutputChangeNotifyEvent
impl !Sync for XRROutputChangeNotifyEvent
impl Unpin for XRROutputChangeNotifyEvent
impl UnwindSafe for XRROutputChangeNotifyEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more