Struct UnredirectSubwindowsRequest
pub struct UnredirectSubwindowsRequest {
pub window: u32,
pub update: Redirect,
}
Expand description
Terminate redirection of the specified window’s children.
Redirection of all children of window will be terminated.
§Fields
window
- The window to terminate redirection of. Must have previously been selected for sub-redirection by the current client, or a Value error results.update
- The update type passed to RedirectSubWindows. If this does not match the previously requested update type, a Value error results.
Fields§
§window: u32
§update: Redirect
Implementations§
Trait Implementations§
§impl Clone for UnredirectSubwindowsRequest
impl Clone for UnredirectSubwindowsRequest
§fn clone(&self) -> UnredirectSubwindowsRequest
fn clone(&self) -> UnredirectSubwindowsRequest
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 UnredirectSubwindowsRequest
impl Debug for UnredirectSubwindowsRequest
§impl Default for UnredirectSubwindowsRequest
impl Default for UnredirectSubwindowsRequest
§fn default() -> UnredirectSubwindowsRequest
fn default() -> UnredirectSubwindowsRequest
Returns the “default value” for a type. Read more
§impl Request for UnredirectSubwindowsRequest
impl Request for UnredirectSubwindowsRequest
impl Copy for UnredirectSubwindowsRequest
impl VoidRequest for UnredirectSubwindowsRequest
Auto Trait Implementations§
impl Freeze for UnredirectSubwindowsRequest
impl RefUnwindSafe for UnredirectSubwindowsRequest
impl Send for UnredirectSubwindowsRequest
impl Sync for UnredirectSubwindowsRequest
impl Unpin for UnredirectSubwindowsRequest
impl UnwindSafe for UnredirectSubwindowsRequest
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
)