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