Struct xcb::x::GraphicsExposureEvent
source · pub struct GraphicsExposureEvent { /* private fields */ }
Expand description
The GraphicsExposureEvent
event.
Implementations§
source§impl GraphicsExposureEvent
impl GraphicsExposureEvent
pub fn new( drawable: Drawable, x: u16, y: u16, width: u16, height: u16, minor_opcode: u16, count: u16, major_opcode: u8, ) -> GraphicsExposureEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn x(&self) -> u16
pub fn y(&self) -> u16
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn minor_opcode(&self) -> u16
pub fn count(&self) -> u16
pub fn major_opcode(&self) -> u8
Trait Implementations§
source§impl BaseEvent for GraphicsExposureEvent
impl BaseEvent for GraphicsExposureEvent
source§impl Debug for GraphicsExposureEvent
impl Debug for GraphicsExposureEvent
source§impl Drop for GraphicsExposureEvent
impl Drop for GraphicsExposureEvent
impl Send for GraphicsExposureEvent
impl Sync for GraphicsExposureEvent
Auto Trait Implementations§
impl Freeze for GraphicsExposureEvent
impl RefUnwindSafe for GraphicsExposureEvent
impl Unpin for GraphicsExposureEvent
impl UnwindSafe for GraphicsExposureEvent
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