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