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