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