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