Struct glutin::platform::unix::x11::ffi::XRROutputPropertyNotifyEvent [−][src]
#[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
[src]
pub fn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEvent
[src]
impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
[src]
pub fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
[src]
impl Clone for XRROutputPropertyNotifyEvent
[src]
pub fn clone(&self) -> XRROutputPropertyNotifyEvent
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for XRROutputPropertyNotifyEvent
[src]
impl Debug for XRROutputPropertyNotifyEvent
[src]
impl<'a> From<&'a XEvent> for XRROutputPropertyNotifyEvent
[src]
pub fn from(xevent: &'a XEvent) -> XRROutputPropertyNotifyEvent
[src]
impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
[src]
pub fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
[src]
impl From<XEvent> for XRROutputPropertyNotifyEvent
[src]
pub fn from(xevent: XEvent) -> XRROutputPropertyNotifyEvent
[src]
impl From<XRROutputPropertyNotifyEvent> for XEvent
[src]
pub fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
[src]
impl PartialEq<XRROutputPropertyNotifyEvent> for XRROutputPropertyNotifyEvent
[src]
pub fn eq(&self, other: &XRROutputPropertyNotifyEvent) -> bool
[src]
pub fn ne(&self, other: &XRROutputPropertyNotifyEvent) -> bool
[src]
impl StructuralPartialEq for XRROutputPropertyNotifyEvent
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,