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