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