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