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