Struct RedirectSubwindowsRequest
pub struct RedirectSubwindowsRequest {
pub window: u32,
pub update: Redirect,
}
Expand description
Redirect all current and future children of ‘window’.
Hierarchies starting at all current and future children of window will be redirected as in RedirectWindow. If update is Manual, then painting of the window background during window manipulation and ClearArea requests is inhibited.
§Fields
window
- The root of the hierarchy to redirect to off-screen storage.update
- Whether contents are automatically mirrored to the parent window. If one client already specifies an update type of Manual, any attempt by another to specify a mode of Manual so will result in an Access error.
Fields§
§window: u32
§update: Redirect
Implementations§
Trait Implementations§
§impl Clone for RedirectSubwindowsRequest
impl Clone for RedirectSubwindowsRequest
§fn clone(&self) -> RedirectSubwindowsRequest
fn clone(&self) -> RedirectSubwindowsRequest
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 more§impl Debug for RedirectSubwindowsRequest
impl Debug for RedirectSubwindowsRequest
§impl Default for RedirectSubwindowsRequest
impl Default for RedirectSubwindowsRequest
§fn default() -> RedirectSubwindowsRequest
fn default() -> RedirectSubwindowsRequest
Returns the “default value” for a type. Read more
§impl Request for RedirectSubwindowsRequest
impl Request for RedirectSubwindowsRequest
impl Copy for RedirectSubwindowsRequest
impl VoidRequest for RedirectSubwindowsRequest
Auto Trait Implementations§
impl Freeze for RedirectSubwindowsRequest
impl RefUnwindSafe for RedirectSubwindowsRequest
impl Send for RedirectSubwindowsRequest
impl Sync for RedirectSubwindowsRequest
impl Unpin for RedirectSubwindowsRequest
impl UnwindSafe for RedirectSubwindowsRequest
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
)