Struct gdk_x11_sys::xlib::XConfigureRequestEvent [−]
#[repr(C)]pub struct XConfigureRequestEvent {}
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplayparent: u64window: u64x: i32y: i32width: i32height: i32border_width: i32above: u64detail: i32value_mask: u64Trait Implementations
impl AsMut<XConfigureRequestEvent> for XEvent
impl AsMut<XConfigureRequestEvent> for XEventpub fn as_mut(&mut self) -> &mut XConfigureRequestEvent
pub fn as_mut(&mut self) -> &mut XConfigureRequestEventPerforms the conversion.
impl AsRef<XConfigureRequestEvent> for XEvent
impl AsRef<XConfigureRequestEvent> for XEventpub fn as_ref(&self) -> &XConfigureRequestEvent
pub fn as_ref(&self) -> &XConfigureRequestEventPerforms the conversion.
impl Clone for XConfigureRequestEvent
impl Clone for XConfigureRequestEventpub fn clone(&self) -> XConfigureRequestEvent
pub fn clone(&self) -> XConfigureRequestEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XConfigureRequestEvent
impl Debug for XConfigureRequestEventimpl<'a> From<&'a XConfigureRequestEvent> for XEvent
impl<'a> From<&'a XConfigureRequestEvent> for XEventpub fn from(other: &'a XConfigureRequestEvent) -> XEvent
pub fn from(other: &'a XConfigureRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XConfigureRequestEvent
impl<'a> From<&'a XEvent> for XConfigureRequestEventpub fn from(xevent: &'a XEvent) -> XConfigureRequestEvent
pub fn from(xevent: &'a XEvent) -> XConfigureRequestEventPerforms the conversion.
impl From<XConfigureRequestEvent> for XEvent
impl From<XConfigureRequestEvent> for XEventpub fn from(other: XConfigureRequestEvent) -> XEvent
pub fn from(other: XConfigureRequestEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XConfigureRequestEvent
impl From<XEvent> for XConfigureRequestEventpub fn from(xevent: XEvent) -> XConfigureRequestEvent
pub fn from(xevent: XEvent) -> XConfigureRequestEventPerforms the conversion.
pub fn eq(&self, other: &XConfigureRequestEvent) -> bool
pub fn eq(&self, other: &XConfigureRequestEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XConfigureRequestEvent) -> bool
pub fn ne(&self, other: &XConfigureRequestEvent) -> boolThis method tests for !=.
impl Copy for XConfigureRequestEventAuto Trait Implementations
impl RefUnwindSafe for XConfigureRequestEventimpl !Send for XConfigureRequestEventimpl !Sync for XConfigureRequestEventimpl Unpin for XConfigureRequestEventimpl UnwindSafe for XConfigureRequestEventBlanket Implementations
Mutably borrows from an owned value. Read more