Struct x11_dl::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§
source§impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
source§fn 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.
source§impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
source§fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XRROutputPropertyNotifyEvent
impl Clone for XRROutputPropertyNotifyEvent
source§fn clone(&self) -> XRROutputPropertyNotifyEvent
fn clone(&self) -> XRROutputPropertyNotifyEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XRROutputPropertyNotifyEvent
impl Debug for XRROutputPropertyNotifyEvent
source§impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
source§fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
source§fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XRROutputPropertyNotifyEvent
impl From<XEvent> for XRROutputPropertyNotifyEvent
source§fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
source§impl From<XRROutputPropertyNotifyEvent> for XEvent
impl From<XRROutputPropertyNotifyEvent> for XEvent
source§fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
source§impl PartialEq for XRROutputPropertyNotifyEvent
impl PartialEq for XRROutputPropertyNotifyEvent
source§fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for XRROutputPropertyNotifyEvent
impl StructuralPartialEq for XRROutputPropertyNotifyEvent
Auto Trait Implementations§
impl Freeze for XRROutputPropertyNotifyEvent
impl RefUnwindSafe for XRROutputPropertyNotifyEvent
impl !Send for XRROutputPropertyNotifyEvent
impl !Sync for XRROutputPropertyNotifyEvent
impl Unpin for XRROutputPropertyNotifyEvent
impl UnwindSafe for XRROutputPropertyNotifyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)