pub struct GetWindowCreateContext {}Expand description
The GetWindowCreateContext request.
This request replies GetWindowCreateContextReply.
Associated cookie types are GetWindowCreateContextCookie and GetWindowCreateContextCookieUnchecked.
Trait Implementations§
Source§impl Clone for GetWindowCreateContext
impl Clone for GetWindowCreateContext
Source§fn clone(&self) -> GetWindowCreateContext
fn clone(&self) -> GetWindowCreateContext
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 GetWindowCreateContext
impl Debug for GetWindowCreateContext
Source§impl RawRequest for GetWindowCreateContext
impl RawRequest for GetWindowCreateContext
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 GetWindowCreateContext
impl Request for GetWindowCreateContext
Source§impl RequestWithReply for GetWindowCreateContext
impl RequestWithReply for GetWindowCreateContext
Source§type Reply = GetWindowCreateContextReply
type Reply = GetWindowCreateContextReply
Reply associated with the request
Source§type Cookie = GetWindowCreateContextCookie
type Cookie = GetWindowCreateContextCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetWindowCreateContextCookieUnchecked
type CookieUnchecked = GetWindowCreateContextCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetWindowCreateContext
impl RefUnwindSafe for GetWindowCreateContext
impl Send for GetWindowCreateContext
impl Sync for GetWindowCreateContext
impl Unpin for GetWindowCreateContext
impl UnwindSafe for GetWindowCreateContext
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