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