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