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