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