Struct xcb::x::CirculateWindow
source · pub struct CirculateWindow {
pub direction: Circulate,
pub window: Window,
}
Expand description
Change window stacking order
If direction
is XCB_CIRCULATE_RAISE_LOWEST
, the lowest mapped child (if
any) will be raised to the top of the stack.
If direction
is XCB_CIRCULATE_LOWER_HIGHEST
, the highest mapped child will
be lowered to the bottom of the stack.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§direction: Circulate
§window: Window
The window to raise/lower (depending on direction
).
Trait Implementations§
source§impl Clone for CirculateWindow
impl Clone for CirculateWindow
source§fn clone(&self) -> CirculateWindow
fn clone(&self) -> CirculateWindow
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CirculateWindow
impl Debug for CirculateWindow
source§impl RawRequest for CirculateWindow
impl RawRequest for CirculateWindow
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for CirculateWindow
impl Request for CirculateWindow
impl RequestWithoutReply for CirculateWindow
Auto Trait Implementations§
impl Freeze for CirculateWindow
impl RefUnwindSafe for CirculateWindow
impl Send for CirculateWindow
impl Sync for CirculateWindow
impl Unpin for CirculateWindow
impl UnwindSafe for CirculateWindow
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)