Struct xcb::xinput::BarrierHitEvent
source · pub struct BarrierHitEvent { /* private fields */ }
Expand description
The BarrierHitEvent
event.
Implementations§
source§impl BarrierHitEvent
impl BarrierHitEvent
pub fn response_type(&self) -> u8
pub fn extension(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn event_type(&self) -> u16
pub fn device(&self) -> Device
pub fn time(&self) -> Timestamp
pub fn eventid(&self) -> u32
pub fn root(&self) -> Window
pub fn event(&self) -> Window
pub fn barrier(&self) -> Barrier
pub fn full_sequence(&self) -> u32
pub fn dtime(&self) -> u32
pub fn flags(&self) -> BarrierFlags
pub fn source(&self) -> Device
pub fn root_x(&self) -> Fp1616
pub fn root_y(&self) -> Fp1616
pub fn dx(&self) -> Fp3232
pub fn dy(&self) -> Fp3232
Trait Implementations§
source§impl Debug for BarrierHitEvent
impl Debug for BarrierHitEvent
source§impl Drop for BarrierHitEvent
impl Drop for BarrierHitEvent
source§impl GeEvent for BarrierHitEvent
impl GeEvent for BarrierHitEvent
source§impl Raw<xcb_ge_generic_event_t> for BarrierHitEvent
impl Raw<xcb_ge_generic_event_t> for BarrierHitEvent
impl Send for BarrierHitEvent
impl Sync for BarrierHitEvent
Auto Trait Implementations§
impl Freeze for BarrierHitEvent
impl RefUnwindSafe for BarrierHitEvent
impl Unpin for BarrierHitEvent
impl UnwindSafe for BarrierHitEvent
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