Struct x11::xlib::XColormapEvent [−][src]
#[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
impl AsMut<XColormapEvent> for XEvent[src]
impl AsMut<XColormapEvent> for XEventfn as_mut(&mut self) -> &mut XColormapEvent[src]
fn as_mut(&mut self) -> &mut XColormapEventPerforms the conversion.
impl AsRef<XColormapEvent> for XEvent[src]
impl AsRef<XColormapEvent> for XEventfn as_ref(&self) -> &XColormapEvent[src]
fn as_ref(&self) -> &XColormapEventPerforms the conversion.
impl From<XColormapEvent> for XEvent[src]
impl From<XColormapEvent> for XEventfn from(other: XColormapEvent) -> XEvent[src]
fn from(other: XColormapEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XColormapEvent> for XEvent[src]
impl<'a> From<&'a XColormapEvent> for XEventfn from(other: &'a XColormapEvent) -> XEvent[src]
fn from(other: &'a XColormapEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XColormapEvent[src]
impl From<XEvent> for XColormapEventfn from(xevent: XEvent) -> XColormapEvent[src]
fn from(xevent: XEvent) -> XColormapEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XColormapEvent[src]
impl<'a> From<&'a XEvent> for XColormapEventfn from(xevent: &'a XEvent) -> XColormapEvent[src]
fn from(xevent: &'a XEvent) -> XColormapEventPerforms the conversion.
impl Debug for XColormapEvent[src]
impl Debug for XColormapEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XColormapEvent[src]
impl Clone for XColormapEventfn clone(&self) -> XColormapEvent[src]
fn clone(&self) -> XColormapEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XColormapEvent[src]
impl Copy for XColormapEventimpl PartialEq for XColormapEvent[src]
impl PartialEq for XColormapEventfn eq(&self, other: &XColormapEvent) -> bool[src]
fn eq(&self, other: &XColormapEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XColormapEvent) -> bool[src]
fn ne(&self, other: &XColormapEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XColormapEvent
impl !Send for XColormapEventimpl !Sync for XColormapEvent
impl !Sync for XColormapEvent