Type Definition xcb::xproto::NoExposureEvent [−][src]
type NoExposureEvent = Event<xcb_no_exposure_event_t>;
Implementations
impl NoExposureEvent
[src]
pub fn drawable(&self) -> Drawable
[src]
pub fn minor_opcode(&self) -> u16
[src]
pub fn major_opcode(&self) -> u8
[src]
pub fn new(
drawable: Drawable,
minor_opcode: u16,
major_opcode: u8
) -> NoExposureEvent
[src]
drawable: Drawable,
minor_opcode: u16,
major_opcode: u8
) -> NoExposureEvent
Constructs a new NoExposureEvent
response_type
will be set automatically to NO_EXPOSURE