Struct x11_dl::xrandr::XRROutputChangeNotifyEvent
source · #[repr(C)]pub struct XRROutputChangeNotifyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub subtype: c_int,
pub output: RROutput,
pub crtc: RRCrtc,
pub mode: RRMode,
pub rotation: Rotation,
pub connection: Connection,
pub subpixel_order: SubpixelOrder,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§window: Window
§subtype: c_int
§output: RROutput
§crtc: RRCrtc
§mode: RRMode
§rotation: Rotation
§connection: Connection
§subpixel_order: SubpixelOrder
Trait Implementations§
source§impl AsMut<XRROutputChangeNotifyEvent> for XEvent
impl AsMut<XRROutputChangeNotifyEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XRROutputChangeNotifyEvent> for XEvent
impl AsRef<XRROutputChangeNotifyEvent> for XEvent
source§fn as_ref(&self) -> &XRROutputChangeNotifyEvent
fn as_ref(&self) -> &XRROutputChangeNotifyEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XRROutputChangeNotifyEvent
impl Clone for XRROutputChangeNotifyEvent
source§fn clone(&self) -> XRROutputChangeNotifyEvent
fn clone(&self) -> XRROutputChangeNotifyEvent
Returns a copy 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 XRROutputChangeNotifyEvent
impl Debug for XRROutputChangeNotifyEvent
source§impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent
impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent
source§fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent
fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent
impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent
source§fn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent
fn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XRROutputChangeNotifyEvent
impl From<XEvent> for XRROutputChangeNotifyEvent
source§fn from(xevent: XEvent) -> XRROutputChangeNotifyEvent
fn from(xevent: XEvent) -> XRROutputChangeNotifyEvent
Converts to this type from the input type.
source§impl From<XRROutputChangeNotifyEvent> for XEvent
impl From<XRROutputChangeNotifyEvent> for XEvent
source§fn from(other: XRROutputChangeNotifyEvent) -> XEvent
fn from(other: XRROutputChangeNotifyEvent) -> XEvent
Converts to this type from the input type.
impl Copy for XRROutputChangeNotifyEvent
impl StructuralPartialEq for XRROutputChangeNotifyEvent
Auto Trait Implementations§
impl Freeze for XRROutputChangeNotifyEvent
impl RefUnwindSafe for XRROutputChangeNotifyEvent
impl !Send for XRROutputChangeNotifyEvent
impl !Sync for XRROutputChangeNotifyEvent
impl Unpin for XRROutputChangeNotifyEvent
impl UnwindSafe for XRROutputChangeNotifyEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)