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