xcb::x

Type Alias CirculateRequestEvent

source
pub type CirculateRequestEvent = CirculateNotifyEvent;
Expand description

NOT YET DOCUMENTED

Aliased Type§

struct CirculateRequestEvent { /* private fields */ }

Implementations

source§

impl CirculateNotifyEvent

source

pub fn new(event: Window, window: Window, place: Place) -> CirculateNotifyEvent

source

pub fn response_type(&self) -> u8

source

pub fn sequence(&self) -> u16

source

pub fn event(&self) -> Window

Either the restacked window or its parent, depending on whether StructureNotify or SubstructureNotify was selected.

source

pub fn window(&self) -> Window

The restacked window.

source

pub fn place(&self) -> Place

Trait Implementations

source§

impl BaseEvent for CirculateNotifyEvent

source§

const EXTENSION: Option<Extension> = None

The extension associated to this event, or None for the main protocol
source§

const NUMBER: u32 = 26u32

The number associated to this event
source§

fn is_from_send_event(&self) -> bool

Check whether this event was emitted by the SendEvent request See [crate::x::SendEvent].
source§

impl Debug for CirculateNotifyEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Drop for CirculateNotifyEvent

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl Raw<xcb_generic_event_t> for CirculateNotifyEvent

source§

unsafe fn from_raw(raw: *mut xcb_generic_event_t) -> Self

Build Self from a raw pointer Read more
source§

fn as_raw(&self) -> *mut xcb_generic_event_t

Obtain the raw pointer representation
source§

fn into_raw(self) -> *mut T

Convert self into a raw pointer Read more
source§

impl Send for CirculateNotifyEvent

source§

impl Sync for CirculateNotifyEvent