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