Struct components::winit::platform::unix::x11::ffi::XRROutputPropertyNotifyEvent
[−]#[repr(C)]pub struct XRROutputPropertyNotifyEvent {
pub type_: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub window: u64,
pub subtype: i32,
pub output: u64,
pub property: u64,
pub timestamp: u64,
pub state: i32,
}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
window: u64
subtype: i32
output: u64
property: u64
timestamp: u64
state: i32
Trait Implementations
impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
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.
impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
impl Clone for XRROutputPropertyNotifyEvent
impl Clone for XRROutputPropertyNotifyEvent
fn 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
impl Debug for XRROutputPropertyNotifyEvent
impl Debug for XRROutputPropertyNotifyEvent
impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
impl From<XEvent> for XRROutputPropertyNotifyEvent
impl From<XEvent> for XRROutputPropertyNotifyEvent
fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
Converts to this type from the input type.
impl From<XRROutputPropertyNotifyEvent> for XEvent
impl From<XRROutputPropertyNotifyEvent> for XEvent
fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
Converts to this type from the input type.
impl PartialEq<XRROutputPropertyNotifyEvent> for XRROutputPropertyNotifyEvent
impl PartialEq<XRROutputPropertyNotifyEvent> for XRROutputPropertyNotifyEvent
fn 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
fn ne(&self, other: &XRROutputPropertyNotifyEvent) -> bool
fn ne(&self, other: &XRROutputPropertyNotifyEvent) -> bool
This method tests for !=
.
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
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
fn into_color(self) -> To
fn into_color(self) -> To
Convert into color
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> SetParameter for T
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
Sets value
as a parameter of self
.