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