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