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