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