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