Struct xcb::x::GetWindowAttributesCookie
source · pub struct GetWindowAttributesCookie { /* private fields */ }
Expand description
Cookie type for GetWindowAttributes.
This cookie can be used to get a GetWindowAttributesReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetWindowAttributesCookie
impl Cookie for GetWindowAttributesCookie
source§impl CookieWithReplyChecked for GetWindowAttributesCookie
impl CookieWithReplyChecked for GetWindowAttributesCookie
source§type Reply = GetWindowAttributesReply
type Reply = GetWindowAttributesReply
The reply type associated with the cookie
source§impl Debug for GetWindowAttributesCookie
impl Debug for GetWindowAttributesCookie
impl CookieChecked for GetWindowAttributesCookie
Auto Trait Implementations§
impl Freeze for GetWindowAttributesCookie
impl RefUnwindSafe for GetWindowAttributesCookie
impl Send for GetWindowAttributesCookie
impl Sync for GetWindowAttributesCookie
impl Unpin for GetWindowAttributesCookie
impl UnwindSafe for GetWindowAttributesCookie
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