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