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