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