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