Struct xcb::glx::QueryServerString
source · pub struct QueryServerString {
pub screen: u32,
pub name: u32,
}
Expand description
The QueryServerString
request.
This request replies QueryServerStringReply.
Associated cookie types are QueryServerStringCookie and QueryServerStringCookieUnchecked.
Fields§
§screen: u32
§name: u32
Trait Implementations§
source§impl Clone for QueryServerString
impl Clone for QueryServerString
source§fn clone(&self) -> QueryServerString
fn clone(&self) -> QueryServerString
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 QueryServerString
impl Debug for QueryServerString
source§impl RawRequest for QueryServerString
impl RawRequest for QueryServerString
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 QueryServerString
impl Request for QueryServerString
source§impl RequestWithReply for QueryServerString
impl RequestWithReply for QueryServerString
source§type Reply = QueryServerStringReply
type Reply = QueryServerStringReply
Reply associated with the request
source§type Cookie = QueryServerStringCookie
type Cookie = QueryServerStringCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryServerStringCookieUnchecked
type CookieUnchecked = QueryServerStringCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryServerString
impl RefUnwindSafe for QueryServerString
impl Send for QueryServerString
impl Sync for QueryServerString
impl Unpin for QueryServerString
impl UnwindSafe for QueryServerString
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
)