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