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