Struct xcb::xv::GrabPortReply
source · pub struct GrabPortReply { /* private fields */ }
Expand description
Reply type for GrabPort.
Can be obtained from a GrabPortCookie with Connection::wait_for_reply or from a GrabPortCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GrabPortReply
impl GrabPortReply
Trait Implementations§
source§impl Debug for GrabPortReply
impl Debug for GrabPortReply
source§impl Drop for GrabPortReply
impl Drop for GrabPortReply
source§impl Reply for GrabPortReply
impl Reply for GrabPortReply
impl Send for GrabPortReply
impl Sync for GrabPortReply
Auto Trait Implementations§
impl Freeze for GrabPortReply
impl RefUnwindSafe for GrabPortReply
impl Unpin for GrabPortReply
impl UnwindSafe for GrabPortReply
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