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