Struct x11::xfixes::XFixesCursorNotifyEvent
source · [−]#[repr(C)]pub struct XFixesCursorNotifyEvent {
pub _type: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub subtype: c_int,
pub cursor_serial: c_ulong,
pub timestamp: Time,
pub cursor_name: Atom,
}
Fields
_type: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
cursor_serial: c_ulong
timestamp: Time
cursor_name: Atom
Trait Implementations
sourceimpl Clone for XFixesCursorNotifyEvent
impl Clone for XFixesCursorNotifyEvent
sourcefn clone(&self) -> XFixesCursorNotifyEvent
fn clone(&self) -> XFixesCursorNotifyEvent
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 XFixesCursorNotifyEvent
impl Debug for XFixesCursorNotifyEvent
sourceimpl PartialEq<XFixesCursorNotifyEvent> for XFixesCursorNotifyEvent
impl PartialEq<XFixesCursorNotifyEvent> for XFixesCursorNotifyEvent
sourcefn eq(&self, other: &XFixesCursorNotifyEvent) -> bool
fn eq(&self, other: &XFixesCursorNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XFixesCursorNotifyEvent
impl StructuralPartialEq for XFixesCursorNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for XFixesCursorNotifyEvent
impl !Send for XFixesCursorNotifyEvent
impl !Sync for XFixesCursorNotifyEvent
impl Unpin for XFixesCursorNotifyEvent
impl UnwindSafe for XFixesCursorNotifyEvent
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