xcb::xinput

Type Alias BarrierLeaveEvent

source
pub type BarrierLeaveEvent = BarrierHitEvent;
Expand description

The BarrierLeaveEvent event.

Aliased Type§

struct BarrierLeaveEvent { /* private fields */ }

Implementations

source§

impl BarrierHitEvent

source

pub fn response_type(&self) -> u8

source

pub fn extension(&self) -> u8

source

pub fn sequence(&self) -> u16

source

pub fn length(&self) -> u32

source

pub fn event_type(&self) -> u16

source

pub fn device(&self) -> Device

source

pub fn time(&self) -> Timestamp

source

pub fn eventid(&self) -> u32

source

pub fn root(&self) -> Window

source

pub fn event(&self) -> Window

source

pub fn barrier(&self) -> Barrier

source

pub fn full_sequence(&self) -> u32

source

pub fn dtime(&self) -> u32

source

pub fn flags(&self) -> BarrierFlags

source

pub fn source(&self) -> Device

source

pub fn root_x(&self) -> Fp1616

source

pub fn root_y(&self) -> Fp1616

source

pub fn dx(&self) -> Fp3232

source

pub fn dy(&self) -> Fp3232

Trait Implementations

source§

impl Debug for BarrierHitEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Drop for BarrierHitEvent

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl GeEvent for BarrierHitEvent

source§

const EXTENSION: Extension = ext::Extension::Input

The extension associated to this event
source§

const NUMBER: u32 = 25u32

The number associated to this event
source§

impl Raw<xcb_ge_generic_event_t> for BarrierHitEvent

source§

unsafe fn from_raw(raw: *mut xcb_ge_generic_event_t) -> Self

Build Self from a raw pointer Read more
source§

fn as_raw(&self) -> *mut xcb_ge_generic_event_t

Obtain the raw pointer representation
source§

fn into_raw(self) -> *mut T

Convert self into a raw pointer Read more
source§

impl Send for BarrierHitEvent

source§

impl Sync for BarrierHitEvent