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