Struct UnredirectWindowRequest
pub struct UnredirectWindowRequest {
pub window: u32,
pub update: Redirect,
}
Expand description
Terminate redirection of the specified window..
Redirection of the specified window will be terminated. This cannot be used if the window was redirected with RedirectSubwindows.
§Fields
window
- The window to terminate redirection of. Must be redirected by the current client, or a Value error results.update
- The update type passed to RedirectWindows. 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 UnredirectWindowRequest
impl Clone for UnredirectWindowRequest
§fn clone(&self) -> UnredirectWindowRequest
fn clone(&self) -> UnredirectWindowRequest
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 UnredirectWindowRequest
impl Debug for UnredirectWindowRequest
§impl Default for UnredirectWindowRequest
impl Default for UnredirectWindowRequest
§fn default() -> UnredirectWindowRequest
fn default() -> UnredirectWindowRequest
Returns the “default value” for a type. Read more
§impl Request for UnredirectWindowRequest
impl Request for UnredirectWindowRequest
impl Copy for UnredirectWindowRequest
impl VoidRequest for UnredirectWindowRequest
Auto Trait Implementations§
impl Freeze for UnredirectWindowRequest
impl RefUnwindSafe for UnredirectWindowRequest
impl Send for UnredirectWindowRequest
impl Sync for UnredirectWindowRequest
impl Unpin for UnredirectWindowRequest
impl UnwindSafe for UnredirectWindowRequest
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
)