Struct x11::xrandr::XRROutputPropertyNotifyEvent
source · [−]#[repr(C)]pub struct XRROutputPropertyNotifyEvent {
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 property: Atom,
pub timestamp: Time,
pub state: c_int,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
output: RROutput
property: Atom
timestamp: Time
state: c_int
Trait Implementations
sourceimpl AsMut<XRROutputPropertyNotifyEvent> for XEvent
impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
sourcefn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEvent
fn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEvent
Converts this type into a mutable reference of the (usually inferred) input type.
sourceimpl AsRef<XRROutputPropertyNotifyEvent> for XEvent
impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
sourcefn as_ref(&self) -> &XRROutputPropertyNotifyEvent
fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XRROutputPropertyNotifyEvent
impl Clone for XRROutputPropertyNotifyEvent
sourcefn clone(&self) -> XRROutputPropertyNotifyEvent
fn clone(&self) -> XRROutputPropertyNotifyEvent
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 XRROutputPropertyNotifyEvent
impl Debug for XRROutputPropertyNotifyEvent
sourceimpl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
sourcefn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
sourcefn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XRROutputPropertyNotifyEvent
impl From<XEvent> for XRROutputPropertyNotifyEvent
sourcefn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
sourceimpl From<XRROutputPropertyNotifyEvent> for XEvent
impl From<XRROutputPropertyNotifyEvent> for XEvent
sourcefn from(other: XRROutputPropertyNotifyEvent) -> XEvent
fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
sourceimpl PartialEq<XRROutputPropertyNotifyEvent> for XRROutputPropertyNotifyEvent
impl PartialEq<XRROutputPropertyNotifyEvent> for XRROutputPropertyNotifyEvent
sourcefn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XRROutputPropertyNotifyEvent
impl StructuralPartialEq for XRROutputPropertyNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for XRROutputPropertyNotifyEvent
impl !Send for XRROutputPropertyNotifyEvent
impl !Sync for XRROutputPropertyNotifyEvent
impl Unpin for XRROutputPropertyNotifyEvent
impl UnwindSafe for XRROutputPropertyNotifyEvent
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