Struct x11_dl::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§
source§impl Clone for XFixesCursorNotifyEvent
impl Clone for XFixesCursorNotifyEvent
source§fn clone(&self) -> XFixesCursorNotifyEvent
fn clone(&self) -> XFixesCursorNotifyEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XFixesCursorNotifyEvent
impl Debug for XFixesCursorNotifyEvent
source§impl PartialEq for XFixesCursorNotifyEvent
impl PartialEq for XFixesCursorNotifyEvent
impl Copy for XFixesCursorNotifyEvent
impl StructuralPartialEq for XFixesCursorNotifyEvent
Auto Trait Implementations§
impl Freeze for XFixesCursorNotifyEvent
impl RefUnwindSafe for XFixesCursorNotifyEvent
impl !Send for XFixesCursorNotifyEvent
impl !Sync for XFixesCursorNotifyEvent
impl Unpin for XFixesCursorNotifyEvent
impl UnwindSafe for XFixesCursorNotifyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)