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