Struct gdk_x11_sys::xlib::XGravityEvent
source · [−]#[repr(C)]pub struct XGravityEvent {
pub type_: i32,
pub serial: u32,
pub send_event: i32,
pub display: *mut _XDisplay,
pub event: u32,
pub window: u32,
pub x: i32,
pub y: i32,
}
Fields
type_: i32
serial: u32
send_event: i32
display: *mut _XDisplay
event: u32
window: u32
x: i32
y: i32
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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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