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