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