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