Struct xcb::glx::IsQueryArb
source · pub struct IsQueryArb {
pub context_tag: ContextTag,
pub id: u32,
}
Expand description
The IsQueryArb
request.
This request replies IsQueryArbReply.
Associated cookie types are IsQueryArbCookie and IsQueryArbCookieUnchecked.
Fields§
§context_tag: ContextTag
§id: u32
Trait Implementations§
source§impl Clone for IsQueryArb
impl Clone for IsQueryArb
source§fn clone(&self) -> IsQueryArb
fn clone(&self) -> IsQueryArb
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IsQueryArb
impl Debug for IsQueryArb
source§impl RawRequest for IsQueryArb
impl RawRequest for IsQueryArb
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for IsQueryArb
impl Request for IsQueryArb
source§impl RequestWithReply for IsQueryArb
impl RequestWithReply for IsQueryArb
source§type Reply = IsQueryArbReply
type Reply = IsQueryArbReply
Reply associated with the request
source§type Cookie = IsQueryArbCookie
type Cookie = IsQueryArbCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = IsQueryArbCookieUnchecked
type CookieUnchecked = IsQueryArbCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for IsQueryArb
impl RefUnwindSafe for IsQueryArb
impl Send for IsQueryArb
impl Sync for IsQueryArb
impl Unpin for IsQueryArb
impl UnwindSafe for IsQueryArb
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)