Struct xcb::x::ExposeEvent
source · pub struct ExposeEvent { /* private fields */ }
Expand description
NOT YET DOCUMENTED
Implementations§
source§impl ExposeEvent
impl ExposeEvent
pub fn new( window: Window, x: u16, y: u16, width: u16, height: u16, count: u16, ) -> ExposeEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
sourcepub fn x(&self) -> u16
pub fn x(&self) -> u16
The X coordinate of the left-upper corner of the exposed rectangle, relative to
the window
’s origin.
Trait Implementations§
source§impl BaseEvent for ExposeEvent
impl BaseEvent for ExposeEvent
source§impl Debug for ExposeEvent
impl Debug for ExposeEvent
source§impl Drop for ExposeEvent
impl Drop for ExposeEvent
source§impl Raw<xcb_generic_event_t> for ExposeEvent
impl Raw<xcb_generic_event_t> for ExposeEvent
impl Send for ExposeEvent
impl Sync for ExposeEvent
Auto Trait Implementations§
impl Freeze for ExposeEvent
impl RefUnwindSafe for ExposeEvent
impl Unpin for ExposeEvent
impl UnwindSafe for ExposeEvent
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