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