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