#[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_uintTrait Implementations§
Source§impl AsMut<XRRCrtcChangeNotifyEvent> for XEvent
 
impl AsMut<XRRCrtcChangeNotifyEvent> for XEvent
Source§fn 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.
Source§impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent
 
impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent
Source§fn as_ref(&self) -> &XRRCrtcChangeNotifyEvent
 
fn as_ref(&self) -> &XRRCrtcChangeNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for XRRCrtcChangeNotifyEvent
 
impl Clone for XRRCrtcChangeNotifyEvent
Source§fn clone(&self) -> XRRCrtcChangeNotifyEvent
 
fn clone(&self) -> XRRCrtcChangeNotifyEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for XRRCrtcChangeNotifyEvent
 
impl Debug for XRRCrtcChangeNotifyEvent
Source§impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEvent
 
impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEvent
Source§fn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEvent
 
fn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEvent
Converts to this type from the input type.
Source§impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEvent
 
impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEvent
Source§fn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEvent
 
fn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
Source§impl From<XEvent> for XRRCrtcChangeNotifyEvent
 
impl From<XEvent> for XRRCrtcChangeNotifyEvent
Source§fn from(xevent: XEvent) -> XRRCrtcChangeNotifyEvent
 
fn from(xevent: XEvent) -> XRRCrtcChangeNotifyEvent
Converts to this type from the input type.
Source§impl From<XRRCrtcChangeNotifyEvent> for XEvent
 
impl From<XRRCrtcChangeNotifyEvent> for XEvent
Source§fn from(other: XRRCrtcChangeNotifyEvent) -> XEvent
 
fn from(other: XRRCrtcChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
Source§impl PartialEq for XRRCrtcChangeNotifyEvent
 
impl PartialEq for XRRCrtcChangeNotifyEvent
impl Copy for XRRCrtcChangeNotifyEvent
impl StructuralPartialEq for XRRCrtcChangeNotifyEvent
Auto Trait Implementations§
impl Freeze for XRRCrtcChangeNotifyEvent
impl RefUnwindSafe for XRRCrtcChangeNotifyEvent
impl !Send for XRRCrtcChangeNotifyEvent
impl !Sync for XRRCrtcChangeNotifyEvent
impl Unpin for XRRCrtcChangeNotifyEvent
impl UnwindSafe for XRRCrtcChangeNotifyEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more