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