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